mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-24 17:18:23 +03:00
tweaks
This commit is contained in:
parent
bf94c009a4
commit
637a38fc0f
@ -302,7 +302,7 @@ class CameraFaceRecognitionConfig(FrigateBaseModel):
|
|||||||
enabled: bool = Field(
|
enabled: bool = Field(
|
||||||
default=False,
|
default=False,
|
||||||
title="Enable face recognition",
|
title="Enable face recognition",
|
||||||
description="Enable or disable face recognition globally.",
|
description="Enable or disable face recognition.",
|
||||||
)
|
)
|
||||||
min_area: int = Field(
|
min_area: int = Field(
|
||||||
default=750,
|
default=750,
|
||||||
@ -397,7 +397,7 @@ class CameraLicensePlateRecognitionConfig(FrigateBaseModel):
|
|||||||
enabled: bool = Field(
|
enabled: bool = Field(
|
||||||
default=False,
|
default=False,
|
||||||
title="Enable LPR",
|
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(
|
expire_time: int = Field(
|
||||||
default=3,
|
default=3,
|
||||||
|
|||||||
@ -141,7 +141,7 @@
|
|||||||
"description": "Settings for face detection and recognition; can be overridden per-camera.",
|
"description": "Settings for face detection and recognition; can be overridden per-camera.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable face recognition",
|
"label": "Enable face recognition",
|
||||||
"description": "Enable or disable face recognition globally."
|
"description": "Enable or disable face recognition."
|
||||||
},
|
},
|
||||||
"min_area": {
|
"min_area": {
|
||||||
"label": "Minimum face area",
|
"label": "Minimum face area",
|
||||||
@ -237,7 +237,7 @@
|
|||||||
"description": "License plate recognition settings including detection thresholds, formatting, and known plates.",
|
"description": "License plate recognition settings including detection thresholds, formatting, and known plates.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable LPR",
|
"label": "Enable LPR",
|
||||||
"description": "Enable or disable LPR globally; camera-level settings can override."
|
"description": "Enable or disable LPR on this camera."
|
||||||
},
|
},
|
||||||
"expire_time": {
|
"expire_time": {
|
||||||
"label": "Expire seconds",
|
"label": "Expire seconds",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user