Class: EOIMotionDetection
Public element model used in EyesOnIt requests, responses, or configuration.
Namespace: EyesOnItSDK.API.Elements
Constructors
public EOIMotionDetection()
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
Enabled | enabled | bool | |
RegularCheckFrameInterval | regular_check_frame_interval | int | |
BackupCheckFrameInterval | backup_check_frame_interval | float? | |
DetectionThreshold | detection_threshold | int |
Events
This class does not expose any public events.
Methods
| Method | Returns | Notes |
|---|---|---|
public static EOIMotionDetection NoMotionDetection() | EOIMotionDetection | Returns a motion-detection configuration with detection disabled. |