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
| Field | Type | Description |
|---|---|---|
enabled | boolean | Enable image recording. |
record_full_frame | boolean | Save the full frame image. |
record_object_bounds | boolean | Save only the detected object bounds. |
record_all_frames | boolean | Save all qualifying frames instead of the first one. |
frame_record_interval | number | Frame interval used when recording multiple frames. |