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
| Field | Type | Description |
|---|---|---|
enabled | boolean | Enable image recording. |
record_full_frame | boolean | Save the full frame image. |
record_object_bounds | boolean | Save the object bounds. |
record_all_frames | boolean | Save all qualifying frames. |
frame_record_interval | number | Frame interval for repeated recording. |