mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
zoom on initial move if relative
This commit is contained in:
parent
4950b1cd01
commit
9d2937e681
@ -775,11 +775,9 @@ class PtzAutoTracker:
|
|||||||
|
|
||||||
# relative zooming concurrently with pan/tilt
|
# relative zooming concurrently with pan/tilt
|
||||||
if camera_config.onvif.autotracking.zooming == ZoomingModeEnum.relative:
|
if camera_config.onvif.autotracking.zooming == ZoomingModeEnum.relative:
|
||||||
# don't zoom on initial move
|
|
||||||
if self.tracked_object_previous[camera] is None:
|
if self.tracked_object_previous[camera] is None:
|
||||||
zoom = 0
|
|
||||||
self.previous_target_box[camera] = target_box
|
self.previous_target_box[camera] = target_box
|
||||||
else:
|
|
||||||
if (
|
if (
|
||||||
result := self._should_zoom_in(
|
result := self._should_zoom_in(
|
||||||
camera,
|
camera,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user