mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update grabber default values
This commit is contained in:
parent
980ef90834
commit
2035a3cfab
@ -64,6 +64,7 @@
|
|||||||
|
|
||||||
"grabberV4L2" :
|
"grabberV4L2" :
|
||||||
{
|
{
|
||||||
|
"enable" : false,
|
||||||
"device" : "none",
|
"device" : "none",
|
||||||
"input" : 0,
|
"input" : 0,
|
||||||
"encoding" : "NO_CHANGE",
|
"encoding" : "NO_CHANGE",
|
||||||
@ -95,6 +96,7 @@
|
|||||||
|
|
||||||
"framegrabber" :
|
"framegrabber" :
|
||||||
{
|
{
|
||||||
|
"enable" : false,
|
||||||
"device" : "auto",
|
"device" : "auto",
|
||||||
"input" : 0,
|
"input" : 0,
|
||||||
"width" : 80,
|
"width" : 80,
|
||||||
@ -186,9 +188,11 @@
|
|||||||
|
|
||||||
"instCapture" :
|
"instCapture" :
|
||||||
{
|
{
|
||||||
"systemEnable" : true,
|
"systemEnable" : false,
|
||||||
|
"systemGrabberDevice" : "NONE",
|
||||||
"systemPriority" : 250,
|
"systemPriority" : 250,
|
||||||
"v4lEnable" : false,
|
"v4lEnable" : false,
|
||||||
|
"v4lGrabberDevice" : "NONE",
|
||||||
"v4lPriority" : 240
|
"v4lPriority" : 240
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"required": true,
|
"required": true,
|
||||||
"title": "edt_conf_instC_systemEnable_title",
|
"title": "edt_conf_instC_systemEnable_title",
|
||||||
"default": true,
|
"default": false,
|
||||||
"propertyOrder": 1
|
"propertyOrder": 1
|
||||||
},
|
},
|
||||||
"systemGrabberDevice": {
|
"systemGrabberDevice": {
|
||||||
|
Loading…
Reference in New Issue
Block a user