blinkstick-node
blinkstick-node copied to clipboard
60fps frame streaming examples
These examples demonstrate 60fps streaming with BlinkStick Flex and Pro (single channel - max 64 LEDs ). Based on a producer/consumer pattern implemented with timers.
The onFrame() function is where a user can generate the next frame to be streamed.
flex_stream.js
is the base module. The artifacts from my eclipse environment can be ignored.
EDIT: added cpu-meter.js
which is based on flex_stream.
EDIT: added ambilight.js
also based on flex_stream.
EDIT: now with additive alpha blending (frame morphing) and more examples.
For Windows, Linux and Mac