mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-04 19:11:14 +03:00
backend title and description
This commit is contained in:
parent
727df06929
commit
1df5b21e57
@ -100,8 +100,8 @@ class CameraConfig(FrigateBaseModel):
|
|||||||
description="Settings for face detection and recognition for this camera.",
|
description="Settings for face detection and recognition for this camera.",
|
||||||
)
|
)
|
||||||
ffmpeg: CameraFfmpegConfig = Field(
|
ffmpeg: CameraFfmpegConfig = Field(
|
||||||
title="FFmpeg",
|
title="Streams (FFmpeg)",
|
||||||
description="FFmpeg settings including binary path, args, hwaccel options, and per-role output args.",
|
description="Camera stream inputs and FFmpeg options, including binary path, args, hwaccel, and per-role output args.",
|
||||||
)
|
)
|
||||||
live: CameraLiveConfig = Field(
|
live: CameraLiveConfig = Field(
|
||||||
default_factory=CameraLiveConfig,
|
default_factory=CameraLiveConfig,
|
||||||
|
|||||||
@ -152,8 +152,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ffmpeg": {
|
"ffmpeg": {
|
||||||
"label": "FFmpeg",
|
"label": "Streams (FFmpeg)",
|
||||||
"description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.",
|
"description": "Camera stream inputs and FFmpeg options, including binary path, args, hwaccel, and per-role output args.",
|
||||||
"path": {
|
"path": {
|
||||||
"label": "FFmpeg path",
|
"label": "FFmpeg path",
|
||||||
"description": "Path to the FFmpeg binary to use or a version alias (\"7.0\" or \"8.0\")."
|
"description": "Path to the FFmpeg binary to use or a version alias (\"7.0\" or \"8.0\")."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user