mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-04 01:48:54 +03:00
Further config and web fixes
This commit is contained in:
@@ -626,15 +626,11 @@
|
||||
},
|
||||
"snapshots": {
|
||||
"label": "Snapshots",
|
||||
"description": "Settings for saved JPEG snapshots of tracked objects for this camera.",
|
||||
"description": "Settings for API-generated snapshots of tracked objects for this camera.",
|
||||
"enabled": {
|
||||
"label": "Enable snapshots",
|
||||
"description": "Enable or disable saving snapshots for this camera."
|
||||
},
|
||||
"clean_copy": {
|
||||
"label": "Save clean copy",
|
||||
"description": "Save an unannotated clean copy of snapshots in addition to annotated ones."
|
||||
},
|
||||
"timestamp": {
|
||||
"label": "Timestamp overlay",
|
||||
"description": "Overlay a timestamp on saved snapshots."
|
||||
@@ -672,8 +668,8 @@
|
||||
}
|
||||
},
|
||||
"quality": {
|
||||
"label": "JPEG quality",
|
||||
"description": "JPEG encode quality for saved snapshots (0-100)."
|
||||
"label": "WEBP quality",
|
||||
"description": "WEBP encode quality for saved snapshots (0-100)."
|
||||
}
|
||||
},
|
||||
"timestamp_style": {
|
||||
|
||||
@@ -1109,22 +1109,18 @@
|
||||
},
|
||||
"snapshots": {
|
||||
"label": "Snapshots",
|
||||
"description": "Settings for saved JPEG snapshots of tracked objects for all cameras; can be overridden per-camera.",
|
||||
"description": "Settings for API-generated snapshots of tracked objects for all cameras; can be overridden per-camera.",
|
||||
"enabled": {
|
||||
"label": "Enable snapshots",
|
||||
"description": "Enable or disable saving snapshots for all cameras; can be overridden per-camera."
|
||||
},
|
||||
"clean_copy": {
|
||||
"label": "Save clean copy",
|
||||
"description": "Save an unannotated clean copy of snapshots in addition to annotated ones."
|
||||
},
|
||||
"timestamp": {
|
||||
"label": "Timestamp overlay",
|
||||
"description": "Overlay a timestamp on saved snapshots."
|
||||
"description": "Overlay a timestamp on snapshots."
|
||||
},
|
||||
"bounding_box": {
|
||||
"label": "Bounding box overlay",
|
||||
"description": "Draw bounding boxes for tracked objects on saved snapshots."
|
||||
"description": "Draw bounding boxes for tracked objects on snapshots."
|
||||
},
|
||||
"crop": {
|
||||
"label": "Crop snapshot",
|
||||
@@ -1136,11 +1132,11 @@
|
||||
},
|
||||
"height": {
|
||||
"label": "Snapshot height",
|
||||
"description": "Height (pixels) to resize saved snapshots to; leave empty to preserve original size."
|
||||
"description": "Height (pixels) to resize 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.",
|
||||
"description": "Retention settings for snapshots including default days and per-object overrides.",
|
||||
"default": {
|
||||
"label": "Default retention",
|
||||
"description": "Default number of days to retain snapshots."
|
||||
@@ -1155,8 +1151,8 @@
|
||||
}
|
||||
},
|
||||
"quality": {
|
||||
"label": "JPEG quality",
|
||||
"description": "JPEG encode quality for saved snapshots (0-100)."
|
||||
"label": "WEBP quality",
|
||||
"description": "WEBP encode quality for saved snapshots (0-100)."
|
||||
}
|
||||
},
|
||||
"timestamp_style": {
|
||||
|
||||
Reference in New Issue
Block a user