Streetlight sends live video from a Syphon- or Spout-enabled application to an arbitrary, heterogenous collection of LED light fixtures. Mappings from regions of video to fixtures can be defined and adjusted interactively, or loaded from disk.
This is pre-alpha software.
Streetlight has been tested and is expected to work with:
- Philips Color Kinectics ColorBlast, ColorBurst, and similar RGB fixtures on a PDS-150e or similar
- Philips iColorTile MX 12x12 or iColorModule FX 6x6 (but not simultaneously) on a PDS-60 or PDS-480
- Philips iColor Flex or similar light strand/chain/strip on a PDS-60 or similar
- Video input on Mac OS X with Syphon
- Video input on Windows with Spout
Future enhancements:
- Improved UI with JUCE
- Support for mixing iColorTile MX 12x12 and iColorModule FX 6x6
- Support for Fadecandy and LEDscape devices via OpenPixelControl
- Support for PixelPusher devices
- Support for DMX devices
Licensing:
- Streetlight is licensed under GPL v3
- Kinet protocol support is based on kinet.py, copyright (c) 2011 by Giles Hall and subject to these terms.
-
Download openFrameworks v0.8.4
-
Clone the following oF extensions into the addons folder:
- ofxSyphon (head revision, OSX only)
- ofxTangibleUI (head revision)
- ofxUI (fork)
cd of_v0.8.4_osx_release/addons
git clone https://github.com/astellato/ofxSyphon
git clone https://github.com/fx-lange/ofxTangibleUI
git clone https://github.com/Dewb/ofxUI
- Download or pull streetlight into the same parent folder as openFrameworks. (Do not put it in the apps folder.)
- Open the project file (streetlight.xcodeproj for OSX/Xcode, streetlight.sln for Visual Studio 2012) and build.