VMS Alerting
Encapsulates settings provided to EyesOnIt to configure alerting through video management systems.
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 |
---|---|---|
genetec | Genetec | the Genetec VMS detection configuration |