Skip to main content

Motion Detection

Encapsulates input settings provided to EyesOnIt to control motion detection.

Example

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

Attributes

NameTypeDescription
enabledbooleantrue to enable motion detection. false to disable motion detection completely.
detection_thresholdintegerthe pixel area that constitutes motion. Ex: to interpret a change to a 10x10 pixel area as motion, set this to 100.
regular_check_frame_intervalintegerthe interval in frames for normal motion checks. This value must be greater than 0.
backup_check_frame_intervalintegerthe interval in frames for periodic image checks in the abscense of motion. This value must be greater than 0.