RSS feed -->

Browsing All Posts filed under »Programming«

Motion Tracking and Audio

April 22, 2009

0

This project was a short investigation into motion tracking techniques to be used in future development.  Written in Processing and using the Minim andJmyron libraries we are able to specifically track the color red as it passes through the cameras view port.  The camera view port is virtually divided into quadrants so that the presence [...]

Mapping Brightness in 3d and navigating with Proccessing

February 6, 2009

0

A couple weeks ago I created a small app that maps image pixels in 3d according to their brightness values. This code was created using processing and utilizes open GL and OCD library.