Skip to content

Commit 5a256b9

Browse files
committed
print focus value setting
1 parent e766bbd commit 5a256b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axis-ptz-controller/camera.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def update_focus(self, distance: float) -> None:
265265
self.focus_slope * distance + self.focus_intercept,
266266
)
267267
)
268-
logging.debug(f"Commanding focus: {self.focus}")
268+
logging.info(f"Commanding focus: {self.focus}")
269269
try:
270270
self.camera_control.set_focus(self.focus)
271271
except Exception as e:

0 commit comments

Comments
 (0)