frigate/frigate
Josh Hawkins eb1709fa49 add refresh topic for camera maintainer recycle action
The maintainer's recycle branch is doing an action (recycle the camera)
in response to a section-level signal. Introduce a
CameraConfigUpdateEnum.refresh case as an explicit action signal — the
maintainer subscribes to refresh instead of detect, parallel with add
and remove. Publishers fire refresh alongside detect when a recycle is
needed; section-level subscribers keep their existing topic.

Since no main-process subscriber listens for detect anymore, the
refresh handler calls recreate_ffmpeg_cmds() explicitly so the shared
CameraConfig's ffmpeg_cmds is rebuilt before the new subprocesses
spawn.
2026-05-22 09:11:43 -05:00
..
api add refresh topic for camera maintainer recycle action 2026-05-22 09:11:43 -05:00
camera add refresh topic for camera maintainer recycle action 2026-05-22 09:11:43 -05:00
comms Filter outbound websocket broadcasts by per-recipient camera access (#23256) 2026-05-19 14:51:16 -05:00
config add refresh topic for camera maintainer recycle action 2026-05-22 09:11:43 -05:00
data_processing Miscellaneous fixes (#23177) 2026-05-12 10:20:39 -06:00
db More mypy cleanup (#22658) 2026-03-26 12:54:12 -06:00
detectors Miscellaneous fixes (#23238) 2026-05-18 22:52:40 -05:00
embeddings Debug replay fixes (#23276) 2026-05-21 08:12:53 -06:00
events Miscellaneous fixes (#23238) 2026-05-18 22:52:40 -05:00
genai Cleanup and fix mypy (#23283) 2026-05-21 14:38:38 -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 Debug replay fixes (#23270) 2026-05-20 16:37:02 -05:00
motion Optimize more mypy classes (#22637) 2026-03-25 12:53:19 -06:00
object_detection Optimize more mypy classes (#22637) 2026-03-25 12:53:19 -06:00
output Refactor move_preview_frames function (#23264) 2026-05-20 10:52:47 -06:00
ptz remove dead code and repair utf-8 preset names via latin-1 round trip (#22818) 2026-04-08 16:20:58 -05:00
record Gracefully handle transiently failing exists calls (#23172) 2026-05-12 12:34:46 -06:00
review Inverse mypy and more mypy fixes (#22645) 2026-03-25 19:30:59 -05:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Improve Intel Stats (#23190) 2026-05-13 15:12:48 -06:00
test add test 2026-05-22 08:50:27 -05:00
track Miscellaneous fixes (#23238) 2026-05-18 22:52:40 -05:00
util rebuild motion and object filter masks on detect resolution change 2026-05-22 08:49:15 -05:00
video Fixes (#23130) 2026-05-07 12:23:02 -06: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 Gracefully handle transiently failing exists calls (#23172) 2026-05-12 12:34:46 -06:00
const.py Improve credential redaction handling (#23265) 2026-05-20 15:59:01 -06:00
debug_replay.py Debug replay fixes (#23276) 2026-05-21 08:12:53 -06:00
ffmpeg_presets.py Tweaks (#22656) 2026-03-26 13:47:24 -05: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 More mypy cleanup (#22658) 2026-03-26 12:54:12 -06:00
plus.py fix: upload_image parses response body before checking HTTP status (#22475) 2026-03-16 17:34:30 -06:00
storage.py Improve readability by removing trailing digits caused by floating number conversion (#22934) 2026-04-20 06:35:48 -06:00
timeline.py Display more scores in Tracking Details (#22799) 2026-04-07 10:06:22 -06:00
types.py Media sync API refactor and UI (#21542) 2026-02-26 21:27:56 -07:00
watchdog.py Miscellaneous fixes (#23032) 2026-04-29 16:20:19 -06:00