Skip to main content

Motion Detection

Motion-detection settings applied to a region.

Example

{
"enabled": true,
"detection_threshold": 300,
"regular_check_frame_interval": 5,
"backup_check_frame_interval": 60
}

Fields

FieldTypeDescription
enabledbooleanEnable or disable motion detection for the region.
detection_thresholdnumberMinimum changed-pixel area treated as motion.
regular_check_frame_intervalnumberFrame interval for normal motion checks.
backup_check_frame_intervalnumberOptional frame interval for periodic backup checks.