Skip to main content

Motion Detection

Reference for the Motion Detection JSON element.

See also: Motion Detection

Example

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

Fields

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