Skip to content

Commit

Permalink
Forgot to update README for 0.1.2 -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
bryal committed Feb 20, 2015
1 parent bbf650e commit 1ec514a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Notes about config sections:
* `Frame Grabber`:
* `Width` and `Height`, **REQUIRED**: Determines to what resolution frame is resized when analyzing colors, smaller is faster. Works best if dimensions are divisors of the native resolution. If a field is 0, native resolution is used in that dimension.

* `Interval`: How often to capture the frame. Decides frame limit, FPS = 1/interval.
* `Interval`: How often to capture the frame. If no smoothing is enabled, this also decides LED refresh rate. FPS = 1/interval.

* `Smoothing`:
* `Type`: Type of smoothing to use, currently only `Linear smoothing`, no direct plans to add anything else.
Expand All @@ -35,6 +35,8 @@ Notes about config sections:

* `Linear Smoothing`: `"previous value" + ("value difference" * max("Frame time difference" / "Time constant", 1))`

* `Update Freq. [Hz]`: How often to update LEDs. Should be higher than `Frame Grabber` -> `Interval`. When no new frame has been captured, just keep smoothing the colors to previous frame.


* `Colors`: Everything is read.

Expand Down

0 comments on commit 1ec514a

Please sign in to comment.