Fix bug in config generation (missing quotes)

Former-commit-id: 75371b32e4335022a7add5c890aca6eecd292606
This commit is contained in:
poljvd
2013-10-16 17:53:41 +02:00
parent 62909c05ec
commit 6097a9987d
3 changed files with 29 additions and 29 deletions

View File

@@ -30,29 +30,29 @@
{
"hsv" :
{
saturationGain : 1.0000,
valuGain : 1.5000
"saturationGain" : 1.0000,
"valuGain" : 1.5000
},
"red" :
{
threshold : 0.1000,
gamma : 2.0000,
blacklevel : 0.0000,
whitelevel : 0.8000
"threshold" : 0.1000,
"gamma" : 2.0000,
"blacklevel" : 0.0000,
"whitelevel" : 0.8000
},
"green" :
{
threshold : 0.1000,
gamma : 2.0000,
blacklevel : 0.0000,
whitelevel : 1.0000
"threshold" : 0.1000,
"gamma" : 2.0000,
"blacklevel" : 0.0000,
"whitelevel" : 1.0000
},
"blue" :
{
threshold : 0.1000,
gamma : 2.0000,
blacklevel : 0.0000,
whitelevel : 1.0000
"threshold" : 0.1000,
"gamma" : 2.0000,
"blacklevel" : 0.0000,
"whitelevel" : 1.0000
}
},