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

Documentation for -wb -> White Balance #115

Open
4044ever opened this issue Nov 27, 2019 · 1 comment
Open

Documentation for -wb -> White Balance #115

4044ever opened this issue Nov 27, 2019 · 1 comment

Comments

@4044ever
Copy link

How is the -wb command used in the command string?

-wb 3000 or -wb 3000k does not work.

What are the allowed values?

@rolkar
Copy link
Contributor

rolkar commented Dec 6, 2019

This is not fully implemented, e.g. ColorTemp is not supported. Sorry.

Try with any of these

case 1:  return "Auto";
case 2:  return "Sunlight";
case 3:  return "Shadow";
case 4:  return "Overcast";
case 5:  return "Incandescent";
case 6:  return "Florescent";
case 7:  return "Flash";

I.e., you shall e.g. write Sunlight.

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

2 participants