mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
81f5f51257
* fix logging display * hue wizard add usrname * fix restartAction sometimes not executed * remove configRevision * remove v4l2 grabMode(2d/3d) * remove latchTime from configs not in main led device schema * config comment: all grabbers can crop * remove smoothing delay&pause for effects * finalize disable effects ui * fix empty effect selects * remote page add 2D/3D videoMode * add blackborder texts * Update EffectEngine.cpp
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name" : "Warm mood blobs",
|
|
"script" : "mood-blobs.py",
|
|
"args" :
|
|
{
|
|
"rotationTime" : 60.0,
|
|
"color" : [255,0,0],
|
|
"hueChange" : 30.0,
|
|
"blobs" : 5,
|
|
"reverse" : false,
|
|
"baseChange" : true,
|
|
"baseColorRangeLeft" : 333,
|
|
"baseColorRangeRight" : 151,
|
|
"baseColorChangeRate" : 2.0,
|
|
"smoothing-custom-settings" : true,
|
|
"smoothing-time_ms" : 200,
|
|
"smoothing-updateFrequency" : 25.0
|
|
}
|
|
}
|