Skip to content

catvvvveasel/streetlight

 
 

Repository files navigation

streetlight

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.

Currently supports:

  • 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
  • Mac OS X video sources w/ Syphon support
  • Windows video sources with Spout support (or via FFGL sender plugin)

Future enhancements:

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.

Installation instructions:

  1. Download openFrameworks v0.8.4

  2. 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
  1. Download or pull streetlight into the same parent folder as openFrameworks. (Do not put it in the apps folder.)
  2. Open the project file (streetlight.xcodeproj for OSX/Xcode, streetlight.sln for Visual Studio 2012) and build.

About

Send live video to networked LEDs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • C 5.2%
  • Makefile 0.1%