Genetec Detection
Encapsulates alert settings provided to EyesOnIt to configure alerting through the Genetec Video Management System.
Example
{
"regions": [
{
"enabled": true,
"name": "Front Street",
"polygon": [...],
"motion_detection": {...},
"detection_configs": [
{
"class_name": "vehicle",
"class_threshold": 10,
"object_size": 350,
"object_descriptions": [...],
"conditions": [...],
"alert_seconds": 1.0,
"reset_seconds": 5.0,
"vms_config": {
"genetec": {
"webhook_event_id": 5000,
}
}
}
]
}
]
}
Attributes
Name | Type | Description |
---|---|---|
webhook_event_id | integer | the webhook event id to send to Genetec when alerts are triggered by a specific detection configuration. The Genetec Notification configuration provides settings that apply to all alerts from a specific video stream. This webhook_event_id overrides the Genetec Notification webhook_event_id for a specific detection configuration. |