The IndigoVision plugin for Canary is deigned to allow Witness to send camera movement updates to an IndigoVision Control Center server. This implementation send
The plugin sends two kinds of data to Control Center.
Event Data
Event data is sent whilst the camera is being moved either by the Witness in response to a rule or manually by the operator within Sentinel. Events are sent on a configurable time period and can be used within Control Center to create alarms, trigger recording, relay and other actions.
Bookmark Data
Bookmark data is sent when a camera controlled by Witness is being moved in response to a new alarm. If the camera is time sharing between multiple alarms then a new bookmark will be sent each time the camera switches between alarms. Bookmarks are sent on a configurable time period and can be used to analyze when and why Witness has taken control of cameras.
This implementation sends an external system event to Control Center when a camera move operationis moved by Witness. If the camera is moving in response to an alarm then additional data about the alarm will be sent to Control Center as a bookmark each time the camera moves to look at a new alarm.
...