with the new depth libraries, this statement in a script
ctrl = CameraControl()
raises a critical error:
[critical] UnboundLocalError: local variable 'CameraControl' referenced before assignment
Was working with 2.25. Can you please help?
with the new depth libraries, this statement in a script
ctrl = CameraControl()
raises a critical error:
[critical] UnboundLocalError: local variable 'CameraControl' referenced before assignment
Was working with 2.25. Can you please help?
Hi @Thor
I tried with https://docs.luxonis.com/software/depthai/examples/script_camera_control/ and am having no issues.