#Traffic Lights
##Overview This application pulls in rtsp traffic feeds and translates the traffic movements into low resolution, architectural LED display.
###Requirements To run this application, you'll need:
- openFrameworks
- ofxGui (comes with oF 0.8)
- ofxCv
###QTKit Changes You'll also need to modify the openFrameworks QTKit files (not sure about windows or Linux). The modified files are included in this repo in the QTKit_alt folder. Copy these files and place them in libs>video folder. The modification allows the video window to resize when the rtsp feed resizes. This is a bug with how QTKit in openFrameworks deals with video resizing, refer to this pull request: openframeworks/openFrameworks#2572
####To Do:
- allow re-sizing of cell polygons
- comment everything
- improve GUI
- overlay binary mask on top of video, so you can draw cells on video
- more tools!