new frame grabber handling (#137)

* - implement framegrabber type option
- framegrabber autoselect
- integrate x11 grabber in hyperiond

* add doxy

* v4l: select device by name
hyperiond: fix x11 grabber connection to kodichecker
config: tune default prios of boblight and v4l

* make v4l name finding case insensitive
This commit is contained in:
redPanther
2016-07-24 15:18:34 +02:00
committed by GitHub
parent 01ec4a3655
commit 30b9c20611
16 changed files with 548 additions and 163 deletions

View File

@@ -499,15 +499,20 @@
"type" : "boolean",
"required" : true
},
"type" :
{
"type" : "string",
"required" : true
},
"width" :
{
"type" : "integer",
"required" : true
"required" : false
},
"height" :
{
"type" : "integer",
"required" : true
"required" : false
},
"frequency_Hz" :
{
@@ -520,7 +525,7 @@
"required" : true
}
},
"additionalProperties" : false
"additionalProperties" : true
},
"blackborderdetector" :
{