frigate/frigate
Josh Hawkins c2e667c0dd
Some checks are pending
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
Add dynamic configuration for more fields (#22295)
* face recognition dynamic config

* lpr dynamic config

* safe changes for birdseye dynamic config

* bird classification dynamic config

* always assign new config to stats emitter to make telemetry fields dynamic

* add wildcard support for camera config updates in config_set

* update restart required fields for global sections

* add test

* fix rebase issue

* collapsible settings sidebar

use the preexisting control available with shadcn's sidebar (cmd/ctrl-B) to give users more space to set masks/zones on smaller screens

* dynamic ffmpeg

* ensure previews dir exists

when ffmpeg processes restart, there's a brief window where the preview frame generation pipeline is torn down and restarted. before these changes, ffmpeg only restarted on crash/stall recovery or full Frigate restart. Now that ffmpeg restarts happen on-demand via config changes, there's a higher chance a frontend request hits the preview_mp4 or preview_gif endpoints during that brief restart window when the directory might not exist yet. The existing os.listdir() call would throw FileNotFoundError without a directory existence check. this fix just checks if the directory exists and returns 404 if not, exactly how preview_thumbnail already handles the same scenario a few lines below

* global ffmpeg section

* clean up

* tweak

* fix test
2026-03-06 13:45:39 -07:00
..
api Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
camera Various Fixes (#22263) 2026-03-04 15:53:20 -07:00
comms Debug replay (#22212) 2026-03-04 10:07:34 -06:00
config Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
data_processing Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
db Improve LPR regex support (#19767) 2025-08-26 08:11:37 -05:00
detectors Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
embeddings Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
events Debug replay (#22212) 2026-03-04 10:07:34 -06:00
genai Fixes (#22280) 2026-03-05 14:11:32 -06:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
jobs Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
motion Skip motion threshold configuration (#22255) 2026-03-05 18:20:03 -06:00
object_detection [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
output Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
ptz Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00
record Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
review Debug replay (#22212) 2026-03-04 10:07:34 -06:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Debug replay (#22212) 2026-03-04 10:07:34 -06:00
test Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
track Debug replay (#22212) 2026-03-04 10:07:34 -06:00
util Frontend fixes (#22294) 2026-03-06 13:41:15 -07:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Handle SIGINT with forkserver (#18860) 2025-08-16 10:20:33 -05:00
app.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
const.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
debug_replay.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
ffmpeg_presets.py Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
log.py Add languages (#21870) 2026-02-03 13:29:52 -06:00
models.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
mypy.ini Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
plus.py Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
storage.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
timeline.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
types.py Media sync API refactor and UI (#21542) 2026-02-26 21:27:56 -07:00
video.py Add dynamic configuration for more fields (#22295) 2026-03-06 13:45:39 -07:00
watchdog.py Improve async object detector support (#17712) 2025-04-15 08:55:38 -05:00