revid: changed remote param label for auto white balance from Awb to AutoWhiteBalance

This commit is contained in:
Saxon 2019-03-17 09:51:09 +10:30
parent 39a7b382f6
commit 01a5759bde
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ func (r *Revid) Update(vars map[string]string) error {
r.config.Brightness = uint(b) r.config.Brightness = uint(b)
case "Exposure": case "Exposure":
r.config.Exposure = value r.config.Exposure = value
case "Awb": case "AutoWhiteBalance":
r.config.AutoWhiteBalance = value r.config.AutoWhiteBalance = value
case "Output": case "Output":
outputs := strings.Split(value, ",") outputs := strings.Split(value, ",")