Skip to main content

EOIMotionDetection

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIMotionDetection

Class: EOIMotionDetection

Constructors

Constructor

new EOIMotionDetection(enabled, detection_threshold, regular_check_frame_interval, backup_check_frame_interval?): EOIMotionDetection

Parameters

enabled

boolean

detection_threshold

number

regular_check_frame_interval

number

backup_check_frame_interval?

number

Returns

EOIMotionDetection

Properties

enabled

enabled: boolean


detection_threshold

detection_threshold: number


regular_check_frame_interval

regular_check_frame_interval: number


backup_check_frame_interval?

optional backup_check_frame_interval: number

Methods

fromJsonObj()

static fromJsonObj(obj): EOIMotionDetection | undefined

Parameters

obj

any

Returns

EOIMotionDetection | undefined


default()

static default(): EOIMotionDetection

Returns

EOIMotionDetection