Skip to main content

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

FieldTypeDescription
enabledbooleanEnable recording.
record_with_alertbooleanRecord when alert conditions are met.
record_with_detectionbooleanRecord when detections occur.
record_with_motionbooleanRecord when motion is detected.
record_combined_confidence_thresholdnumberCombined confidence threshold used for recording logic.
save_detection_databooleanSave detection JSON alongside recorded output.
save_original_copybooleanSave an original copy without overlays.
recording_folderstringOutput folder for recorded data.
output_file_namestringBase filename used for output.
include_stream_namestringStream-name handling for generated filenames.
video_recordingVideo RecordingVideo-specific recording settings.
image_recordingImage RecordingImage-specific recording settings.