blakeblackshear.frigate/frigate/ptz
gtsiam c0bd3b362c
Custom classes for Process and Metrics (#13950)
* Subclass Process for audio_process

* Introduce custom mp.Process subclass

In preparation to switch the multiprocessing startup method away from
"fork", we cannot rely on os.fork cloning the log state at fork time.
Instead, we have to set up logging before we run the business logic of
each process.

* Make camera_metrics into a class

* Make ptz_metrics into a class

* Fixed PtzMotionEstimator.ptz_metrics type annotation

* Removed pointless variables

* Do not start audio processor when no audio cameras are configured
2024-09-27 07:53:23 -05:00
..
autotrack.py Custom classes for Process and Metrics (#13950) 2024-09-27 07:53:23 -05:00
onvif.py Custom classes for Process and Metrics (#13950) 2024-09-27 07:53:23 -05:00