frigate/web/public/locales/en/config/snapshots.json
2026-02-27 09:37:57 -06:00

52 lines
1.6 KiB
JSON

{
"label": "Global snapshots configuration",
"description": "Global 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",
"default": {
"label": "Default retention period"
},
"mode": {
"label": "Retain mode"
},
"objects": {
"label": "Object retention period"
}
},
"quality": {
"label": "Quality of the encoded jpeg (0-100)",
"description": "JPEG encode quality for saved snapshots (0-100)."
}
}