2025-10-01 15:39:43 +03:00
{
2026-01-28 02:10:29 +03:00
"label" : "Snapshots" ,
"description" : "Settings for saved JPEG snapshots of tracked objects; can be overridden per-camera." ,
2026-01-26 02:29:52 +03:00
"groups" : {
"display" : "Display"
} ,
2026-01-23 18:55:56 +03:00
"enabled" : {
2026-01-24 17:54:56 +03:00
"label" : "Snapshots enabled" ,
"description" : "Enable or disable saving snapshots globally."
2026-01-23 18:55:56 +03:00
} ,
"clean_copy" : {
2026-01-24 17:54:56 +03:00
"label" : "Create a clean copy of the snapshot image" ,
"description" : "Save an unannotated clean copy of snapshots in addition to annotated ones."
2026-01-23 18:55:56 +03:00
} ,
"timestamp" : {
2026-01-24 17:54:56 +03:00
"label" : "Add a timestamp overlay on the snapshot" ,
"description" : "Overlay a timestamp on saved snapshots."
2026-01-23 18:55:56 +03:00
} ,
"bounding_box" : {
2026-01-24 17:54:56 +03:00
"label" : "Add a bounding box overlay on the snapshot" ,
"description" : "Draw bounding boxes for tracked objects on saved snapshots."
2026-01-23 18:55:56 +03:00
} ,
"crop" : {
2026-01-24 17:54:56 +03:00
"label" : "Crop the snapshot to the detected object" ,
"description" : "Crop saved snapshots to the detected object's bounding box."
2026-01-23 18:55:56 +03:00
} ,
"required_zones" : {
2026-01-24 17:54:56 +03:00
"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."
2026-01-23 18:55:56 +03:00
} ,
"height" : {
2026-01-24 17:54:56 +03:00
"label" : "Snapshot image height" ,
"description" : "Height (pixels) to resize saved snapshots to; leave empty to preserve original size."
2026-01-23 18:55:56 +03:00
} ,
"retain" : {
2026-01-24 17:54:56 +03:00
"label" : "Snapshot retention" ,
2026-01-28 19:38:45 +03:00
"description" : "Retention settings for saved snapshots including default days and per-object overrides." ,
2026-01-23 18:55:56 +03:00
"default" : {
2026-01-28 19:38:45 +03:00
"label" : "Default retention period" ,
"description" : "Default number of days to retain snapshots."
2026-01-23 18:55:56 +03:00
} ,
"mode" : {
2026-01-28 19:38:45 +03:00
"label" : "Retain mode" ,
"description" : "Mode for retention: all (save all segments), motion (save segments with motion), or active_objects (save segments with active objects)."
2026-01-23 18:55:56 +03:00
} ,
"objects" : {
2026-01-28 19:38:45 +03:00
"label" : "Object retention period" ,
"description" : "Per-object overrides for snapshot retention days."
2025-10-01 15:39:43 +03:00
}
2026-01-23 18:55:56 +03:00
} ,
"quality" : {
2026-01-24 17:54:56 +03:00
"label" : "Quality of the encoded jpeg (0-100)" ,
"description" : "JPEG encode quality for saved snapshots (0-100)."
2025-10-01 15:39:43 +03:00
}
2026-01-24 17:54:56 +03:00
}