@camera.ui/sdk / plugin / MotionDetectionPluginResponse
Interface: MotionDetectionPluginResponse
Defined in: plugin/interfaces.ts:30
Result of a motion detection run.
Properties
detected
detected:
boolean
Defined in: plugin/interfaces.ts:32
True when the run produced at least one detection.
detections
detections:
Detection[]
Defined in: plugin/interfaces.ts:34
Motion regions found in the input.
videoData?
optionalvideoData?:Buffer<ArrayBufferLike>
Defined in: plugin/interfaces.ts:36
Annotated re-encoded clip for the UI test panel, when the plugin renders one.