mirror of https://bitbucket.org/ausocean/av.git
revid/config/config.go: added vartype mode
This commit is contained in:
parent
123c7d163a
commit
eea0f2d9dc
|
@ -324,6 +324,7 @@ var TypeData = map[string]string{
|
||||||
"logging": "enum:Debug,Info,Warning,Error,Fatal",
|
"logging": "enum:Debug,Info,Warning,Error,Fatal",
|
||||||
"MinFPS": "float",
|
"MinFPS": "float",
|
||||||
"MinFrames": "uint",
|
"MinFrames": "uint",
|
||||||
|
"mode": "enum:Normal,Paused,Burst",
|
||||||
"MOGHistory": "uint",
|
"MOGHistory": "uint",
|
||||||
"MOGMinArea": "float",
|
"MOGMinArea": "float",
|
||||||
"MOGThreshold": "float",
|
"MOGThreshold": "float",
|
||||||
|
|
Loading…
Reference in New Issue