mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update hyperion.config.json.default
This commit is contained in:
parent
5f973573bb
commit
4e99a24568
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user