blakeblackshear.frigate/frigate/comms
Nicolas Mowen faadea8e1f Dynamic Management of Cameras (#18671)
* Add base class for global config updates

* Add or remove camera states

* Move camera process management to separate thread

* Move camera management fully to separate class

* Cleanup

* Stop camera processes when stop command is sent

* Start processes dynamically when needed

* Adjust

* Leave extra room in tracked object queue for two cameras

* Dynamically set extra config pieces

* Add some TODOs

* Fix type check

* Simplify config updates

* Improve typing

* Correctly handle indexed entries

* Cleanup

* Create out SHM

* Use ZMQ for signaling object detectoin is completed

* Get camera correctly created

* Cleanup for updating the cameras config

* Cleanup

* Don't enable audio if no cameras have audio transcription

* Use exact string so similar camera names don't interfere

* Add ability to update config via json body to config/set endpoint

Additionally, update the config in a single rather than multiple calls for each updated key

* fix autotracking calibration to support new config updater function

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-08-16 10:20:33 -05:00
..
base_communicator.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
config_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
detections_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
dispatcher.py Make Birdseye clickable (#18628) 2025-08-16 10:20:33 -05:00
embeddings_updater.py Refactor TensorRT (#18643) 2025-08-16 10:20:33 -05:00
event_metadata_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
events_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
inter_process.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
mqtt.py Fixes (#18139) 2025-05-11 12:03:53 -06:00
object_detector_signaler.py Dynamic Management of Cameras (#18671) 2025-08-16 10:20:33 -05:00
recordings_updater.py Refactor processors and add LPR postprocessing (#16722) 2025-02-21 06:51:37 -07:00
webpush.py Dynamic Management of Cameras (#18671) 2025-08-16 10:20:33 -05:00
ws.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
zmq_proxy.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00