Genetec Stream
Encapsulates alert settings provided to EyesOnIt to configure alerting through the Genetec Video Management System.
Example
{
"name": "Street Camera",
"stream_url": "rtsp://username:password@192.168.1.13/live0",
"frame_rate": 5,
"regions": [...],
"lines": [...],
"notification": {
"phone_number": "+11234567890",
"image_notification": true,
"genetec": {
"webhook_event_id": 101,
"webhook_camera_uuid": "7653b9a1-8d9e-4c3d-9dc6-bd05fe017a71"
},
"rest_url": "http://192.168.86.176/alerts/handleAlert?port=5001"
}
}
Attributes
Name | Type | Description |
---|---|---|
webhook_event_id | integer | the webhook event id to send to Genetec when alerts are triggered. This setting applies to all alerts triggered for this video stream. The Genetec Alert Config setting can override this setting for specific detection configurations. |
webhook_camera_uuid | string | the camera UUID to provide to Genetec when alerts are triggered from the video stream of a specific camera |