frigate/frigate/config/camera
Josh Hawkins 4ff7ab96dc
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
Fixes (#23130)
* respect section hiddenFields when detecting config overrides

* change audio events to audio detection to match docs

* add field messages for object and review genai

* add more config messages

* more messages

* add guard to prevent race when adding camera dynamically

* fix duplicate websocket messages from zombie connection under react strict mode

detach ws event handlers before close() in WsProvider cleanup so a CONNECTING socket's deferred onclose can't schedule a reconnect after the next mount resets the unmounted guard, which was spawning a second live ws and duplicating every message

* fix double event publishes for stationary objects with attributes
2026-05-07 12:23:02 -06:00
..
__init__.py Split config.py into multiple files (#14038) 2024-09-28 14:21:42 -05:00
audio.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
birdseye.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
camera.py Fixes (#23130) 2026-05-07 12:23:02 -06:00
detect.py Add config validators (#22704) 2026-03-30 08:34:54 -05:00
ffmpeg.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
genai.py UI fixes (#23127) 2026-05-07 08:53:07 -05:00
live.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
mask.py Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00
motion.py Skip motion threshold configuration (#22255) 2026-03-05 18:20:03 -06:00
mqtt.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
notification.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
objects.py Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00
onvif.py ONVIF refactor (#22629) 2026-03-25 08:57:47 -05:00
profile.py Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
record.py Export improvements (#22867) 2026-04-14 08:19:50 -06:00
review.py Review labels widget (#22664) 2026-03-27 08:45:50 -06:00
snapshots.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
timestamp.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
ui.py Full UI configuration (#22151) 2026-02-27 08:55:36 -07:00
updater.py UI fixes (#23127) 2026-05-07 08:53:07 -05:00
zone.py Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00