Recording
Recording settings for images, video, and detection data.
Example
{
"enabled": true,
"record_with_alert": true,
"record_with_detection": false,
"record_with_motion": false,
"record_combined_confidence_threshold": 80,
"save_detection_data": true,
"save_original_copy": false,
"recording_folder": "/home/eyesonit_user/output/recordings",
"output_file_name": "warehouse_alert",
"include_stream_name": "suffix",
"video_recording": {
"enabled": true,
"record_all_frames": false
},
"image_recording": {
"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 recording. |
record_with_alert | boolean | Record when alert conditions are met. |
record_with_detection | boolean | Record when detections occur. |
record_with_motion | boolean | Record when motion is detected. |
record_combined_confidence_threshold | number | Combined confidence threshold used for recording logic. |
save_detection_data | boolean | Save detection JSON alongside recorded output. |
save_original_copy | boolean | Save an original copy without overlays. |
recording_folder | string | Output folder for recorded data. |
output_file_name | string | Base filename used for output. |
include_stream_name | string | Stream-name handling for generated filenames. |
video_recording | Video Recording | Video-specific recording settings. |
image_recording | Image Recording | Image-specific recording settings. |