Added On/Off switch for White Balance

Candidate fix for #3542
This commit is contained in:
Alberto Griggio
2017-12-09 18:09:13 +01:00
parent 4cc7861125
commit b963f368af
11 changed files with 72 additions and 23 deletions

View File

@@ -229,6 +229,7 @@ class WBParamsEdited
{
public:
bool enabled;
bool method;
bool temperature;
bool green;