Docs tweaks (#23572)
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions

* small tweaks

* add link to docs from detect.fps field message
This commit is contained in:
Josh Hawkins
2026-06-26 15:11:51 -06:00
committed by GitHub
parent accbab7afc
commit 1ec511b66c
4 changed files with 10 additions and 3 deletions
@@ -116,6 +116,7 @@ const detect: SectionConfigOverrides = {
messageKey: "configMessages.detect.fpsGreaterThanFive",
severity: "info",
position: "after",
docLink: "/frigate/camera_setup#choosing-a-detect-frame-rate",
condition: (ctx) => {
if (ctx.level !== "camera" || !ctx.fullCameraConfig) return false;
if (ctx.fullCameraConfig.type === "lpr") return false;