Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync shutter and LEDs #2

Open
lahiiru opened this issue Sep 23, 2017 · 0 comments
Open

Sync shutter and LEDs #2

lahiiru opened this issue Sep 23, 2017 · 0 comments

Comments

@lahiiru
Copy link
Owner

lahiiru commented Sep 23, 2017

Shutter and Red, Blue LEDs needs to be operated in certain time intervals. Otherwise, we get partially exposed or single color exposed images. We are now going to use webcam, not RPi camera.

Currently, LEDs are driven by separate processor (Arduino) from the processor (RPi) where images are captured. There is another way to try. We can use same RPi to drive LEDs. But I don't think it will be a great idea since we can't figure out when exactly the webcam is going to start reading pixel rows.

To solve the problem, first need to have good idea about electronic shutter. Although LEDs are not synced, there is another option to see what is capturing and analyse frames and figure out what are the frames to be discarded and what are the frames to used. OR using patterns in frames we can adjust LED timing.

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

No branches or pull requests

2 participants