📄️ Overview
Install and quick-start guide for the Viewtron Node.js SDK — receive camera events using the EventEmitter pattern.
📄️ ViewtronServer
Node.js HTTP server for receiving Viewtron camera webhook events — constructor options, EventEmitter events, and connected cameras.
📄️ ViewtronEvent
Factory function that parses camera XML into event objects — properties, categories, and IPC vs NVR detection.
📄️ 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.
📄️ 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, Buffers, and lazy decoding.