Skip to content

@camera.ui/sdk / sensor / ObjectResult

Interface: ObjectResult

Defined in: sensor/object.ts:168

Return type for ObjectDetectorSensor.detectObjects.

Properties

detected

detected: boolean

Defined in: sensor/object.ts:170

Whether any object is detected in this frame.


detections

detections: TrackedDetection[]

Defined in: sensor/object.ts:172

Detections emitted for this frame.