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
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
I don't seem to see any response to the exposure control; e.g. the following code produces images that dont change , if i put small (0.1) or large (300) values of exposure ...
def capture(exposure,color=ids.ids_core.COLOR_RGB8):
print('capturing with exposure '+str(exposure))
cam.color_mod=color
cam.exposure=exposure
cam.continuous_capture=True
im,meta = cam.next()
return im
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't seem to see any response to the exposure control; e.g. the following code produces images that dont change , if i put small (0.1) or large (300) values of exposure ...
The text was updated successfully, but these errors were encountered: