Detection, recognition, and event handling are computed on the camera itself. No NVR or AI box required, and analysis results go straight to your backend.
Three series designed for efficient deployment and easy maintenance across vertical markets.
Premium: broadest AI model support
Performance: everyday AI applications
Value: everyday surveillance
Image recognition, event management, and behavior detection are computed directly on the camera.
Traditional AI surveillance places an NVR or AI box behind the cameras, which raises integration, deployment and maintenance costs. A LILIN AI camera carries that workload itself: unplug the legacy IP camera, wire in the AI camera, and the setup is complete.
Object detection is the foundation of an AI camera. LILIN provides pre-trained models for industrial, commercial, and home surveillance scenes.
Event = Object + Behavior
Object recognition and behavior rules work together to turn traffic, perimeter, and dwell activity into actionable events. Available functions vary by model, firmware, and analytics license.
Send analysis results to backend systems over standard interfaces: REST API, webhook event streams, and C# or Python SDK packages.
C# SDK
Python SDK
import json
import websocket
def on_message(ws, message):
data = json.loads(message)
if data["event"] == "intrusion_detected":
print(f"Intrusion in zone {data['zone_id']}")
print(f"Object: {data['object_type']} | Score: {data['score']:.2f}")
ws = websocket.WebSocketApp(
"ws://camera-ip/api/v1/ai/events",
on_message=on_message
)
ws.run_forever()
Select the capabilities your application needs to narrow down the series.
Z7 Series Premium model. Covers vehicle and people analytics with counting, and supports customized model integration.
Built-in essential AI models support everyday surveillance applications on this P6 Series model.
V1 Series delivers essential AI features at an accessible price for homes, small shops, and everyday surveillance.