mirror of https://bitbucket.org/ausocean/av.git
revid/config: adding Bitrate to TypeData map
This commit is contained in:
parent
a02db333e9
commit
b8a135e0d0
|
@ -291,6 +291,7 @@ type Config struct {
|
|||
var TypeData = map[string]string{
|
||||
"AutoWhiteBalance": "enum:off,auto,sun,cloud,shade,tungsten,fluorescent,incandescent,flash,horizon",
|
||||
"BitDepth": "int",
|
||||
"Bitrate": "uint",
|
||||
"Brightness": "uint",
|
||||
"BurstPeriod": "uint",
|
||||
"CameraChan": "int",
|
||||
|
|
Loading…
Reference in New Issue