This commit is contained in:
Josh Hawkins 2026-01-29 09:46:53 -06:00
parent bf94c009a4
commit 637a38fc0f
2 changed files with 4 additions and 4 deletions

View File

@ -302,7 +302,7 @@ class CameraFaceRecognitionConfig(FrigateBaseModel):
enabled: bool = Field(
default=False,
title="Enable face recognition",
description="Enable or disable face recognition globally.",
description="Enable or disable face recognition.",
)
min_area: int = Field(
default=750,
@ -397,7 +397,7 @@ class CameraLicensePlateRecognitionConfig(FrigateBaseModel):
enabled: bool = Field(
default=False,
title="Enable LPR",
description="Enable or disable LPR globally; camera-level settings can override.",
description="Enable or disable LPR on this camera.",
)
expire_time: int = Field(
default=3,

View File

@ -141,7 +141,7 @@
"description": "Settings for face detection and recognition; can be overridden per-camera.",
"enabled": {
"label": "Enable face recognition",
"description": "Enable or disable face recognition globally."
"description": "Enable or disable face recognition."
},
"min_area": {
"label": "Minimum face area",
@ -237,7 +237,7 @@
"description": "License plate recognition settings including detection thresholds, formatting, and known plates.",
"enabled": {
"label": "Enable LPR",
"description": "Enable or disable LPR globally; camera-level settings can override."
"description": "Enable or disable LPR on this camera."
},
"expire_time": {
"label": "Expire seconds",