mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 11:15:21 +03:00
pass actual instances directly
This commit is contained in:
parent
54300bf50d
commit
df59636ff9
@ -372,8 +372,8 @@ class FrigateApp:
|
|||||||
def start_ptz_autotracker(self) -> None:
|
def start_ptz_autotracker(self) -> None:
|
||||||
self.ptz_autotracker_thread = PtzAutoTrackerThread(
|
self.ptz_autotracker_thread = PtzAutoTrackerThread(
|
||||||
self.config,
|
self.config,
|
||||||
self.dispatcher.onvif,
|
self.onvif_controller,
|
||||||
self.dispatcher.camera_metrics,
|
self.camera_metrics,
|
||||||
self.stop_event,
|
self.stop_event,
|
||||||
)
|
)
|
||||||
self.ptz_autotracker_thread.start()
|
self.ptz_autotracker_thread.start()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user