mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 07:08:23 +03:00
56 lines
2.0 KiB
JSON
56 lines
2.0 KiB
JSON
{
|
|
"label": "Snapshots",
|
|
"description": "Settings for saved JPEG snapshots of tracked objects; can be overridden per-camera.",
|
|
"groups": {
|
|
"display": "Display"
|
|
},
|
|
"enabled": {
|
|
"label": "Snapshots enabled",
|
|
"description": "Enable or disable saving snapshots globally."
|
|
},
|
|
"clean_copy": {
|
|
"label": "Create a clean copy of the snapshot image",
|
|
"description": "Save an unannotated clean copy of snapshots in addition to annotated ones."
|
|
},
|
|
"timestamp": {
|
|
"label": "Add a timestamp overlay on the snapshot",
|
|
"description": "Overlay a timestamp on saved snapshots."
|
|
},
|
|
"bounding_box": {
|
|
"label": "Add a bounding box overlay on the snapshot",
|
|
"description": "Draw bounding boxes for tracked objects on saved snapshots."
|
|
},
|
|
"crop": {
|
|
"label": "Crop the snapshot to the detected object",
|
|
"description": "Crop saved snapshots to the detected object's bounding box."
|
|
},
|
|
"required_zones": {
|
|
"label": "List of required zones to be entered in order to save a snapshot",
|
|
"description": "Zones an object must enter for a snapshot to be saved."
|
|
},
|
|
"height": {
|
|
"label": "Snapshot image height",
|
|
"description": "Height (pixels) to resize saved snapshots to; leave empty to preserve original size."
|
|
},
|
|
"retain": {
|
|
"label": "Snapshot retention",
|
|
"description": "Retention settings for saved snapshots including default days and per-object overrides.",
|
|
"default": {
|
|
"label": "Default retention period",
|
|
"description": "Default number of days to retain snapshots."
|
|
},
|
|
"mode": {
|
|
"label": "Retain mode",
|
|
"description": "Mode for retention: all (save all segments), motion (save segments with motion), or active_objects (save segments with active objects)."
|
|
},
|
|
"objects": {
|
|
"label": "Object retention period",
|
|
"description": "Per-object overrides for snapshot retention days."
|
|
}
|
|
},
|
|
"quality": {
|
|
"label": "Quality of the encoded jpeg (0-100)",
|
|
"description": "JPEG encode quality for saved snapshots (0-100)."
|
|
}
|
|
}
|