📄️ Overview
Install and quick-start guide for the Viewtron Python SDK — receive camera events and control cameras from Python.
📄️ ViewtronServer
Python HTTP server for receiving Viewtron camera webhook events — setup, callbacks, and threading.
📄️ ViewtronEvent
Factory function that parses camera XML into typed event objects — routing, categories, and common properties.
📄️ LPR Events
License plate recognition event data — plate number, group, vehicle attributes, IPC vs NVR differences.
📄️ Intrusion Events
Perimeter intrusion, line crossing, zone entry/exit, and loitering detection events — types, targets, and boundaries.
📄️ Face Detection Events
Face detection event data — age, sex, glasses, mask attributes (NVR v2.0), and IPC limitations.
📄️ Counting Events
People and vehicle counting events — line counting, area counting, target types.
📄️ Images
Extract snapshot images from camera events — source images, target crops, saving to disk, and sending via MQTT.
📄️ ViewtronCamera
HTTP client for controlling Viewtron cameras — device info, license plate database CRUD operations.