Skip to content

@camera.ui/sdk / camera / CameraDetectionSettings

Interface: CameraDetectionSettings

Defined in: camera/detection.ts:259

Combined detection settings for a camera.

Properties

audio

audio: AudioDetectionSettings

Defined in: camera/detection.ts:265

Audio detection settings.


cascadeDetection?

optional cascadeDetection?: boolean

Defined in: camera/detection.ts:273

Whether the detection cascade is enabled.


cascadeTimeout?

optional cascadeTimeout?: number

Defined in: camera/detection.ts:275

Cascade hold-open window in seconds.


face?

optional face?: FaceDetectionSettings

Defined in: camera/detection.ts:267

Face detection settings.


licensePlate?

optional licensePlate?: LicensePlateDetectionSettings

Defined in: camera/detection.ts:269

License plate detection settings.


motion

motion: MotionDetectionSettings

Defined in: camera/detection.ts:261

Motion detection settings.


object

object: ObjectDetectionSettings

Defined in: camera/detection.ts:263

Object detection settings.


sensor

sensor: SensorTriggerSettings

Defined in: camera/detection.ts:271

Sensor trigger settings.


snooze?

optional snooze?: boolean

Defined in: camera/detection.ts:277

Whether detections are snoozed (paused).