EOIMotionDetection
Encapsulates the settings for motion detection.
Properties
Name | Type | Description |
---|---|---|
periodic_check_enabled | bool | true to enable periodic image checks which compare object descriptions to a video frame even if motion has not been detected. false to disable periodic image checks and motion detection completely. This property must be true for any other motion detection to occur. |
periodic_check_seconds | float | the interval in seconds for periodic image checks in the abscense of motion. This value must be greater than 0. |
motion_detection_enabled | bool | true to enable motion detection, false to disable it |
motion_detection_seconds | float | the interval in seconds for motion detection. This value must be greater than 0. |
motion_detection_threshold | int | the pixel area that constitutes motion. Ex: to interpret a change to a 10x10 pixel area as motion, set this to 100. |
Constructor
Supports simple construction of an EOIMotionDetection object.
Signature
EOIMotionDetection()
The default constructor creates an EOIMotionDetection object with default values. By default, motion detection is disabled.
Parameters
EOIMotionDetection only has a default constructor with no parameters
Methods
This class has no methods