There was an error while loading. Please reload this page.
1 parent a1eebf9 commit 9302f86Copy full SHA for 9302f86
1 file changed
spyglass/camera_options.py
@@ -94,7 +94,7 @@ def get_type_str(obj) -> str:
94
return str(type(obj)).split("'")[1]
95
96
97
-def get_libcamera_controls_string(camera_num: str) -> str:
+def get_libcamera_controls_string(camera_num: int) -> str:
98
ctrls_str = ""
99
libcam_cm = libcamera.CameraManager.singleton()
100
if camera_num > len(libcam_cm.cameras) - 1:
0 commit comments