Skip to main content

Image Recording

Reference for the Image Recording JSON element.

See also: Image Recording

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 the object bounds.
record_all_framesbooleanSave all qualifying frames.
frame_record_intervalnumberFrame interval for repeated recording.