Skip to main content

EOIMotionDetection

Encapsulates the settings for motion detection.

Namespace: EyesOnItSDK.Data.Elements

Properties

NameTypeDescription
PeriodicCheckEnabledbooltrue 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.
PeriodicCheckSecondsnumberthe interval in seconds for periodic image checks in the abscense of motion. This value must be greater than 0.
MotionDetectionEnabledbooltrue to enable motion detection, false to disable it
MotionDetectionSecondsnumberthe interval in seconds for motion detection. This value must be greater than 0.
MotionDetectionThresholdintthe pixel area that constitutes motion. Ex: to interpret a change to a 10x10 pixel area as motion, set this to 100.

Constructor

Signature

public 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