diff options
author | chriszero <zerov83@gmail.com> | 2014-12-24 11:00:33 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2014-12-24 11:00:33 +0100 |
commit | 80d2476f00dfe67f28aa2c10e143c2aefcba3c32 (patch) | |
tree | 30853f4b9013277bcc95d5b51ccf440f6e1fca7b /README.md | |
parent | 06464fbaa856da447cb794d80e07f5abb96f4b1f (diff) | |
download | vdr-plugin-boblight-80d2476f00dfe67f28aa2c10e143c2aefcba3c32.tar.gz vdr-plugin-boblight-80d2476f00dfe67f28aa2c10e143c2aefcba3c32.tar.bz2 |
Added 3D Mode.
Softhddevice patch optional, for autodetection.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ Needs libboblight.so and boblightd configured and running (https://code.google.c Priority [128] Every boblight client has a priority, the higher the lower -Updaterate [25] Updaterate in Hz, 25 => 25 Updates per second from softhddevice. Boblightd has it's own updaterate, so this could be lowered +Updaterate [15] Updaterate in Hz, 15 => 15 Updates per second from softhddevice. Boblightd has it's own updaterate which "smoothenings" the output. Too high values have a massive impact on cpu load! Detect cinema bars Show mainmenu Log level @@ -21,4 +21,4 @@ Saturation [30] 0-200 Saturation and value are multipliers for HSV color space Speed [60] 0-100 Speed is a factor for a first order lowpass filter, the higher you set it the faster the lights react. Autospeed [0] 0-100 Autospeed adjusts the speed on top of that based on how fast the colors are changing. Interpolation [true] Interpolation is a setting for a boblightd output device, - when it's on it will interpolate between the last two writes of a client. (Off might reduce load)
\ No newline at end of file + when it's on it will interpolate between the last two writes of a client. (Off might reduce load) |