Skip to content

@camera.ui/sdk / plugin / MotionDetectionPluginResponse

Interface: MotionDetectionPluginResponse

Defined in: plugin/interfaces.ts:26

Response from a motion detection test

Properties

detected

detected: boolean

Defined in: plugin/interfaces.ts:27


detections

detections: Detection[]

Defined in: plugin/interfaces.ts:28


videoData?

optional videoData?: Buffer<ArrayBufferLike>

Defined in: plugin/interfaces.ts:30

Annotated video data with detection overlays, if available