Skip to main content

Region

Encapsulates data for a detection Region which defines EyesOnIt detection for an image or video stream within a polygon region.

Example

{
"name": "Street Camera",
"stream_url": "rtsp://username:password@192.168.1.13/live0",
"frame_rate": 5,
"regions": [
{
"enabled": true,
"name": "Front Street",
"polygon": [...],
"motion_detection": {...},
"detection_configs": [...]
}
],
"lines": [...],
"notification": {...}
}

Attributes

NameTypeDescription
enabledbooleantrue to enable detection for this region. false to disable detection.
namestringthe friendly name for this region used in the EyesOnIt Web UI and in alert notification
polygonarray of Vertexthe vertices that form the polygon around the detection region. EyesOnIt will connect the last vertex to the first vertex to close the polygon, so it is not necessary to repeat the first vertex.
motion_detectionMotionDetectthe motion detection configuration for the detection Region
detection_configsarray of DetectionConfigthe detection configurations for the detection Region