Skip to content

@camera.ui/sdk / sensor / MotionResult

Interface: MotionResult

Defined in: sensor/motion.ts:134

Return type for MotionDetectorSensor.detectMotion.

Properties

detected

detected: boolean

Defined in: sensor/motion.ts:136

Whether motion is detected in this frame. Ignored by the backend, which re-derives it from the detections.


detections

detections: Detection[]

Defined in: sensor/motion.ts:138

Detections emitted for this frame.