mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
tweaks
This commit is contained in:
parent
bf94c009a4
commit
637a38fc0f
@ -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,
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user