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 was 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