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)
|
||||
case "Exposure":
|
||||
r.config.Exposure = value
|
||||
case "Awb":
|
||||
case "AutoWhiteBalance":
|
||||
r.config.AutoWhiteBalance = value
|
||||
case "Output":
|
||||
outputs := strings.Split(value, ",")
|
||||
|
|
Loading…
Reference in New Issue