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

Loading camera settings from a file #21

Open
dmrokan opened this issue Aug 28, 2015 · 0 comments
Open

Loading camera settings from a file #21

dmrokan opened this issue Aug 28, 2015 · 0 comments

Comments

@dmrokan
Copy link

dmrokan commented Aug 28, 2015

Hello,

I am trying to take photos from a web cam (Logitech c920) with manually selected exact camera settings. I am loading configuration file with --config flag.

device /dev/video0
delay 1
skip 20
jpeg 80
resolution 1600x896
no-banner
set "White Balance Temperature, Auto"=False
set "White Balance Temperature"=6500
set "Focus, Auto"=False
set "Focus (absolute)"=72
set "Exposure, Auto"=False
set "Exposure (absolute)"=215
set "Gain"=1
frames 1

I think these setting are not loading correctly, since I get different results at every try.

Is there a missing configuration parameter? Or is it a hardware problem?

Thank you

Edit:

Taking a few pictures before adjusting camera settings solved my problem.
Additionally, setting -S (frames skip) argument a large value (100 for my case), gives absolutely stable results.

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

No branches or pull requests

1 participant