Skip to main content

EOIMotionDetection

Encapsulates the settings for motion detection.

Properties

NameTypeDescription
periodic_check_enabledbooltrue 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_secondsfloatthe interval in seconds for periodic image checks in the abscense of motion. This value must be greater than 0.
motion_detection_enabledbooltrue to enable motion detection, false to disable it
motion_detection_secondsfloatthe interval in seconds for motion detection. This value must be greater than 0.
motion_detection_thresholdintthe 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