Skip to main content

Image Recording

Image recording settings inside the Recording object.

Example

{
"enabled": true,
"record_full_frame": true,
"record_object_bounds": false,
"record_all_frames": false,
"frame_record_interval": 5
}

Fields

FieldTypeDescription
enabledbooleanEnable image recording.
record_full_framebooleanSave the full frame image.
record_object_boundsbooleanSave only the detected object bounds.
record_all_framesbooleanSave all qualifying frames instead of the first one.
frame_record_intervalnumberFrame interval used when recording multiple frames.