adjust zoom factor exponent

This commit is contained in:
Josh Hawkins 2023-10-09 17:08:30 -05:00
parent ab5c44b91a
commit c3896f47d5

View File

@ -814,7 +814,7 @@ class PtzAutoTracker:
) )
) is not None: ) is not None:
# zoom in value # zoom in value
zoom = target_box ** self.zoom_factor[camera] zoom = target_box ** (self.zoom_factor[camera] / 1.5)
if not result: if not result:
# zoom out # zoom out