Go to documentation repository
Page History
...
Event type | Description | States |
---|---|---|
devicestatechanged | Camera state | signal restored—connected, signal restored signal lost—signal lost |
alert | Alarm | No states |
alert_state | Alarm state | processing—the alarm is being processed closed—alarm is processed reaction—alarm is initiated |
detector_event | Detection Event from a detection tool triggering | No states |
camera_record_state | State of recording to archive | on—the camera is recording to the archive off—the camera isn't linked to the archive gray—the camera is linked to the archive, but isn't recording |
...
ws://root:root@localhost/events?schema=proto
Parameter | Description |
---|---|
schema | schema=proto means detailed response |
Sample detailed response:
Expand | ||
---|---|---|
|
Parameter | Description |
---|---|
vehicleBrand | Vehicle manufacturer |
vehicleClass | Vehicle class |
vehicleColor | Vehicle color |
vehicleModel | Vehicle model |
Managing the subscription to event notification about changes in camera configuration
...
- Example of subscription to event notification about changes in camera configuration:
Example of a message after subscription:Code Block { "track": ["hosts/Server/DeviceIpint.1"] }
where the type parameter will display displays the itemstatuschanged value when the configuration is changed.Code Block { "objects" : [ { "name" : "hosts/Server/DeviceIpint.1", "type" : "itemstatuschanged" } ] } { "objects" : [ { "source" : "hosts/Server/DeviceIpint.1/SourceEndpoint.video:0:0", "state" : "off", "type" : "camera_record_state" } ] } { "objects" : [ { "name" : "hosts/Server/DeviceIpint.1", "type" : "itemstatuschanged" } ] } { "objects" : [ { "source" : "hosts/Server/DeviceIpint.1/SourceEndpoint.video:0:0", "state" : "off", "type" : "camera_record_state" } ] }
- Example of unsubscription to event notification about changes in camera configuration:
Example of a response message:Code Block { "untrack": ["hosts/Server/DeviceIpint.1"] }
Code Block { "objects" : [ { "source" : "hosts/Server/DeviceIpint.1/SourceEndpoint.video:0:0", "state" : "off", "type" : "camera_record_state" } ] } { "objects" : [ { "source" : "hosts/Server/DeviceIpint.1/SourceEndpoint.video:0:0", "state" : "off", "type" : "camera_record_state" } ] }
Overview
Content Tools