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
Hey there. Your bindings look really cool, thanks for writing them :)
I'm having a big of an issue though with camera.resolutions(...). It's nowhere documented what numbers to provide it and since I can't really find any good docs online either I was wondering if you could add some explanation to the function comment.
The text was updated successfully, but these errors were encountered:
For every format (hardware supported by the camera or emulated by the driver) there is list of supported resolutions (sizes of frames) that you can get using Camera::resolutions method.
Hey there. Your bindings look really cool, thanks for writing them :)
I'm having a big of an issue though with
camera.resolutions(...)
. It's nowhere documented what numbers to provide it and since I can't really find any good docs online either I was wondering if you could add some explanation to the function comment.The text was updated successfully, but these errors were encountered: