mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix bug in config generation (missing quotes)
Former-commit-id: 75371b32e4335022a7add5c890aca6eecd292606
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user