Skip to main content

EOIRecording

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIRecording

Class: EOIRecording

Constructors

Constructor

new EOIRecording(enabled, record_with_alert, record_with_detection, record_with_motion, record_combined_confidence_threshold, save_detection_data, save_original_copy, recording_folder, output_file_name, include_stream_name, video_recording, image_recording): EOIRecording

Parameters

enabled

boolean

record_with_alert

boolean

record_with_detection

boolean

record_with_motion

boolean

record_combined_confidence_threshold

number

save_detection_data

boolean

save_original_copy

boolean

recording_folder

string

output_file_name

string

include_stream_name

string

video_recording

EOIVideoRecording

image_recording

EOIImageRecording

Returns

EOIRecording

Properties

enabled

enabled: boolean


record_with_alert

record_with_alert: boolean


record_with_detection

record_with_detection: boolean


record_with_motion

record_with_motion: boolean


record_combined_confidence_threshold

record_combined_confidence_threshold: number


save_detection_data

save_detection_data: boolean


save_original_copy

save_original_copy: boolean


recording_folder

recording_folder: string


output_file_name

output_file_name: string


include_stream_name

include_stream_name: string


video_recording

video_recording: EOIVideoRecording


image_recording

image_recording: EOIImageRecording

Methods

fromJsonObj()

static fromJsonObj(obj): EOIRecording | undefined

Parameters

obj

any

Returns

EOIRecording | undefined