Video Recording
Specifies options for recording video output to disk.
Example
"recording": {
"enabled": true,
"record_with_alert": true,
"record_with_detection": false,
"record_with_motion": false,
"save_original_copy": false,
"save_detection_data": true,
"recording_folder": "/home/eyesonit_user/output/recording",
"video_recording": {
"enabled": false,
},
"image_recording": {
"enabled": false,
"record_full_frame": false,
"record_object_bounds": false,
"record_all_frames": false,
"frame_record_interval": null
}
}
Attributes
Name | Type | Description |
---|---|---|
enabled | boolean | true to save video based on recording conditions. The default value is false. |