Update grabber default values

This commit is contained in:
LordGrey
2021-05-11 20:44:27 +02:00
parent 980ef90834
commit 2035a3cfab
2 changed files with 6 additions and 2 deletions

View File

@@ -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
},