mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-29 03:20:21 +03:00
93 lines
3.7 KiB
JSON
93 lines
3.7 KiB
JSON
{
|
|
"label": "Review",
|
|
"description": "Settings that control alerts, detections, and GenAI review summaries used by the UI and storage.",
|
|
"alerts": {
|
|
"label": "Alerts config",
|
|
"description": "Settings for which tracked objects generate alerts and how alerts are retained.",
|
|
"enabled": {
|
|
"label": "Enable alerts",
|
|
"description": "Enable or disable alert generation for this camera."
|
|
},
|
|
"labels": {
|
|
"label": "Alert labels",
|
|
"description": "List of object labels that qualify as alerts (for example: car, person)."
|
|
},
|
|
"required_zones": {
|
|
"label": "Required zones",
|
|
"description": "Zones that an object must enter to be considered an alert; leave empty to allow any zone."
|
|
},
|
|
"enabled_in_config": {
|
|
"label": "Original alerts state",
|
|
"description": "Tracks whether alerts were originally enabled in the static configuration."
|
|
},
|
|
"cutoff_time": {
|
|
"label": "Alerts cutoff time",
|
|
"description": "Seconds to wait after no alert-causing activity before cutting off an alert."
|
|
}
|
|
},
|
|
"detections": {
|
|
"label": "Detections config",
|
|
"description": "Settings for creating detection events (non-alert) and how long to keep them.",
|
|
"enabled": {
|
|
"label": "Enable detections",
|
|
"description": "Enable or disable detection events for this camera."
|
|
},
|
|
"labels": {
|
|
"label": "Detection labels",
|
|
"description": "List of object labels that qualify as detection events."
|
|
},
|
|
"required_zones": {
|
|
"label": "Required zones",
|
|
"description": "Zones that an object must enter to be considered a detection; leave empty to allow any zone."
|
|
},
|
|
"cutoff_time": {
|
|
"label": "Detections cutoff time",
|
|
"description": "Seconds to wait after no detection-causing activity before cutting off a detection."
|
|
},
|
|
"enabled_in_config": {
|
|
"label": "Original detections state",
|
|
"description": "Tracks whether detections were originally enabled in the static configuration."
|
|
}
|
|
},
|
|
"genai": {
|
|
"label": "GenAI config",
|
|
"description": "Controls use of generative AI for producing descriptions and summaries of review items.",
|
|
"enabled": {
|
|
"label": "Enable GenAI descriptions",
|
|
"description": "Enable or disable GenAI-generated descriptions and summaries for review items."
|
|
},
|
|
"alerts": {
|
|
"label": "Enable GenAI for alerts",
|
|
"description": "Use GenAI to generate descriptions for alert items."
|
|
},
|
|
"detections": {
|
|
"label": "Enable GenAI for detections",
|
|
"description": "Use GenAI to generate descriptions for detection items."
|
|
},
|
|
"image_source": {
|
|
"label": "Review image source",
|
|
"description": "Source of images sent to GenAI ('preview' or 'recordings'); 'recordings' uses higher quality frames but more tokens."
|
|
},
|
|
"additional_concerns": {
|
|
"label": "Additional concerns",
|
|
"description": "A list of additional concerns or notes the GenAI should consider when evaluating activity on this camera."
|
|
},
|
|
"debug_save_thumbnails": {
|
|
"label": "Save thumbnails",
|
|
"description": "Save thumbnails that are sent to the GenAI provider for debugging and review."
|
|
},
|
|
"enabled_in_config": {
|
|
"label": "Original GenAI state",
|
|
"description": "Tracks whether GenAI review was originally enabled in the static configuration."
|
|
},
|
|
"preferred_language": {
|
|
"label": "Preferred language",
|
|
"description": "Preferred language to request from the GenAI provider for generated responses."
|
|
},
|
|
"activity_context_prompt": {
|
|
"label": "Activity context prompt",
|
|
"description": "Custom prompt describing what is and is not suspicious activity to provide context for GenAI summaries."
|
|
}
|
|
}
|
|
}
|