color filter config additions (#142)

* add ability to disably specific color corrections
update protobuf external
move smoothing out of color section

* update config

* update schema

* update schema
This commit is contained in:
redPanther
2016-07-30 13:07:53 +02:00
committed by GitHub
parent f1a4672a93
commit 04ab2f05f7
6 changed files with 111 additions and 85 deletions

View File

@@ -15,6 +15,7 @@
"color" :
{
"channelAdjustment_enable" : true,
"channelAdjustment" :
[
{
@@ -40,6 +41,7 @@
}
}
],
"temperature_enable" : true,
"temperature" :
[
{
@@ -53,6 +55,7 @@
}
}
],
"transform_enable" : true,
"transform" :
[
{
@@ -80,18 +83,19 @@
"gamma" : 2.5000
}
}
],
"smoothing" :
{
"enable" : true,
"type" : "linear",
"time_ms" : 200,
"updateFrequency" : 25.0000,
"updateDelay" : 0,
"continuousOutput" : false
}
]
},
"smoothing" :
{
"enable" : true,
"type" : "linear",
"time_ms" : 200,
"updateFrequency" : 25.0000,
"updateDelay" : 0,
"continuousOutput" : true
},
"grabber-v4l2" :
{
"enable" : false,