Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

exposure control #18

Open
jeremy-rutman opened this issue Jul 15, 2017 · 0 comments
Open

exposure control #18

jeremy-rutman opened this issue Jul 15, 2017 · 0 comments

Comments

@jeremy-rutman
Copy link

jeremy-rutman commented Jul 15, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant