blakeblackshear.frigate/frigate/util
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
..
__init__.py Custom classes for Process and Metrics (#13950) 2024-09-27 07:53:23 -05:00
audio.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
builtin.py Dynamic Management of Cameras (#18671) 2025-08-16 10:20:33 -05:00
classification.py Refactor TensorRT (#18643) 2025-08-16 10:20:33 -05:00
config.py Tiered recordings (#18492) 2025-08-16 10:20:33 -05:00
downloader.py Fix facedet download (#15811) 2025-02-08 12:47:01 -06:00
image.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
model.py Fixes (#18500) 2025-06-03 06:33:32 -06:00
object.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
path.py Improve Face Library Management (#17213) 2025-03-17 16:57:46 -05:00
process.py Added stop_event to util.Process (#14142) 2024-10-03 11:03:43 -06:00
services.py Replaces sriov flag with explicit path to the Intel GPU device (#19136) 2025-07-14 07:11:25 -05:00
velocity.py Fixes (#18935) 2025-07-07 06:35:55 -06:00