mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-31 13:48:19 +02:00
Fix autotracking calibration crash when zooming is disabled (#19776)
This commit is contained in:
parent
f62feeb50c
commit
b5aa1b2c21
@ -369,12 +369,13 @@ class PtzAutoTracker:
|
|||||||
logger.info(f"Camera calibration for {camera} in progress")
|
logger.info(f"Camera calibration for {camera} in progress")
|
||||||
|
|
||||||
# zoom levels test
|
# zoom levels test
|
||||||
|
self.zoom_time[camera] = 0
|
||||||
|
|
||||||
if (
|
if (
|
||||||
self.config.cameras[camera].onvif.autotracking.zooming
|
self.config.cameras[camera].onvif.autotracking.zooming
|
||||||
!= ZoomingModeEnum.disabled
|
!= ZoomingModeEnum.disabled
|
||||||
):
|
):
|
||||||
logger.info(f"Calibration for {camera} in progress: 0% complete")
|
logger.info(f"Calibration for {camera} in progress: 0% complete")
|
||||||
self.zoom_time[camera] = 0
|
|
||||||
|
|
||||||
for i in range(2):
|
for i in range(2):
|
||||||
# absolute move to 0 - fully zoomed out
|
# absolute move to 0 - fully zoomed out
|
||||||
|
Loading…
Reference in New Issue
Block a user