]> git.sesse.net Git - nageru/commitdiff
Support auto white balance (ie., not controlled by the theme).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Feb 2020 13:43:17 +0000 (14:43 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Feb 2020 13:46:25 +0000 (14:46 +0100)
This is added as a regular (optional) white balance effect, but it automatically
intercepts set_wb() calls and stores it locally. (You can still set neutral_color
manually, but it's probably sort of pointless.)

This simplifies the themes somewhat and allows in some cases for fewer different
scene instantiations (since image inputs don't get white balance), but more
importantly, it will allow exporting the white balance setting in the MJPEG
export.


No differences found