Update hyperion.config.json.default

This commit is contained in:
brindosch 2016-07-17 23:20:49 +02:00 committed by GitHub
parent 5f973573bb
commit 4e99a24568

View File

@ -95,7 +95,7 @@
"grabber-v4l2" : "grabber-v4l2" :
{ {
"enable" : false, "enable" : false,
"device" : "/dev/video0", "device" : "auto",
"input" : 0, "input" : 0,
"standard" : "PAL", "standard" : "PAL",
"width" : -1, "width" : -1,
@ -104,10 +104,10 @@
"sizeDecimation" : 8, "sizeDecimation" : 8,
"priority" : 900, "priority" : 900,
"mode" : "2D", "mode" : "2D",
"cropLeft" : 15, "cropLeft" : 0,
"cropRight" : 12, "cropRight" : 0,
"cropTop" : 5, "cropTop" : 0,
"cropBottom" : 5, "cropBottom" : 0,
"redSignalThreshold" : 0.0, "redSignalThreshold" : 0.0,
"greenSignalThreshold" : 0.0, "greenSignalThreshold" : 0.0,
"blueSignalThreshold" : 0.0 "blueSignalThreshold" : 0.0
@ -146,9 +146,7 @@
"initialEffect" : "initialEffect" :
{ {
"background-effect" : "Full color mood blobs", "background-effect" : "Full color mood blobs",
"background-effect-args" : {},
"foreground-effect" : "Rainbow swirl fast", "foreground-effect" : "Rainbow swirl fast",
"foreground-effect-args" : {},
"foreground-duration_ms" : 3000 "foreground-duration_ms" : 3000
}, },
@ -169,7 +167,7 @@
"port" : 19445 "port" : 19445
}, },
"boblightServer" : "boblightServer" :
{ {
"enable" : false, "enable" : false,
"port" : 19333, "port" : 19333,