@camera.ui/sdk / camera / ObjectDetectionSettings
Interface: ObjectDetectionSettings
Defined in: camera/detection.ts:157
Object detection settings.
Properties
confidences
confidences:
Record<ObjectDetectionLabel,number>
Defined in: camera/detection.ts:159
Minimum confidence threshold (0.3 - 1.0) per object label.
suppressStatic?
optionalsuppressStatic?:boolean
Defined in: camera/detection.ts:161
Suppress events from objects that stay stationary across events (e.g. parked cars). Defaults to true.
timeout?
optionaltimeout?:number
Defined in: camera/detection.ts:166
Object dwell time in seconds for camera-based object sensors that report a detection without a matching end report. Frame-based detection ignores this. Defaults to 15.