Former-commit-id: fd08fc77b10213b0ea000c3c5000770069c5944e
This commit is contained in:
T. van der Zwan 2013-12-13 14:55:42 +00:00
parent 2efd751c76
commit bd9f0c2149

View File

@ -336,6 +336,12 @@
"paths" : ["/home/pi/hyperion/effects"] "paths" : ["/home/pi/hyperion/effects"]
}, },
"bootsequence" :
{
"effect" : "Rainbow swirl fast",
"duration_ms" : 3000
},
/// The black border configuration, contains the following items: /// The black border configuration, contains the following items:
/// * enable : true if the detector should be activated /// * enable : true if the detector should be activated
"blackborderdetector" : "blackborderdetector" :
@ -343,13 +349,6 @@
"enable" : true "enable" : true
}, },
"bootsequence" :
{
"effect" : "rainbow-swirl-fast.json",
"path" : "/home/pi/hyperion/effects",
"duration_ms" : 3000
},
/// The configuration for the frame-grabber, contains the following items: /// The configuration for the frame-grabber, contains the following items:
/// * width : The width of the grabbed frames [pixels] /// * width : The width of the grabbed frames [pixels]
/// * height : The height of the grabbed frames [pixels] /// * height : The height of the grabbed frames [pixels]