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
Name | Type | Description |
---|---|---|
enabled | boolean | true to enable motion detection. false to disable motion detection completely. |
detection_threshold | integer | the pixel area that constitutes motion. Ex: to interpret a change to a 10x10 pixel area as motion, set this to 100. |
regular_check_frame_interval | integer | the interval in frames for normal motion checks. This value must be greater than 0. |
backup_check_frame_interval | integer | the interval in frames for periodic image checks in the abscense of motion. This value must be greater than 0. |