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" :
|
||||
{
|
||||
"enable" : false,
|
||||
"device" : "none",
|
||||
"input" : 0,
|
||||
"encoding" : "NO_CHANGE",
|
||||
@ -95,6 +96,7 @@
|
||||
|
||||
"framegrabber" :
|
||||
{
|
||||
"enable" : false,
|
||||
"device" : "auto",
|
||||
"input" : 0,
|
||||
"width" : 80,
|
||||
@ -186,9 +188,11 @@
|
||||
|
||||
"instCapture" :
|
||||
{
|
||||
"systemEnable" : true,
|
||||
"systemEnable" : false,
|
||||
"systemGrabberDevice" : "NONE",
|
||||
"systemPriority" : 250,
|
||||
"v4lEnable" : false,
|
||||
"v4lGrabberDevice" : "NONE",
|
||||
"v4lPriority" : 240
|
||||
},
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
"type": "boolean",
|
||||
"required": true,
|
||||
"title": "edt_conf_instC_systemEnable_title",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"propertyOrder": 1
|
||||
},
|
||||
"systemGrabberDevice": {
|
||||
|
Loading…
Reference in New Issue
Block a user