You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will fail, as currently cam.controls has values of type ControlInfo, which should be directly passable, but as is this call currently fails.
I would expect this to succeed.
When trying to initiate a camera as
This will fail, as currently
cam.controlshas values of typeControlInfo, which should be directly passable, but as is this call currently fails.I would expect this to succeed.