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

How to edit the YAML? #27

Open
pdhixenbaugh opened this issue Jul 25, 2021 · 2 comments
Open

How to edit the YAML? #27

pdhixenbaugh opened this issue Jul 25, 2021 · 2 comments

Comments

@pdhixenbaugh
Copy link

I'm trying to specify a resolution and a white balance, however whenever I try to do something other than the default { }, the program throws an exception. What is the proper way to modify the .yml so that it uses the individual values for resolution or for white balance?

@shantigilbert
Copy link

For resolution:
resolution: { width: 1920, height: 1440 }

for white balance:
white_balance: { red_gain: 1.3, blue_gain: 1.75 }

@geerlingguy
Copy link
Owner

Alternatively:

resolution:
  width: 1920
  height: 1440

white_balance:
  red_gain: 1.3
  blue_gain: 1.75

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

3 participants