mirror of https://bitbucket.org/ausocean/av.git
revid: changed remote param label for auto white balance from Awb to AutoWhiteBalance
This commit is contained in:
parent
39a7b382f6
commit
01a5759bde
|
@ -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, ",")
|
||||||
|
|
Loading…
Reference in New Issue