mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45: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:
|
||||
self.ptz_autotracker_thread = PtzAutoTrackerThread(
|
||||
self.config,
|
||||
self.dispatcher.onvif,
|
||||
self.dispatcher.camera_metrics,
|
||||
self.onvif_controller,
|
||||
self.camera_metrics,
|
||||
self.stop_event,
|
||||
)
|
||||
self.ptz_autotracker_thread.start()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user