Recording
Reference for the Recording JSON element.
See also: Recording
Example
{
"enabled": true,
"record_with_alert": true,
"recording_folder": "/home/eyesonit_user/output/recordings",
"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. |
save_detection_data | boolean | Save detection JSON. |
save_original_copy | boolean | Save an original copy without overlays. |
recording_folder | string | Output folder for recorded data. |
output_file_name | string | Base filename for output. |
include_stream_name | string | Stream-name handling for filenames. |
video_recording | Video Recording | Video recording settings. |
image_recording | Image Recording | Image recording settings. |