RSS feed -->

Browsing All Posts filed under »Programming«

blunderbus

September 27, 2010

0

The blunderbus toolset was developed to streamline the development of projects that require linking low cost arduino micro-controllers to Internet enabled mobile devices.  Users will be able to load the muzzle of the system with all kinds of sensor data and then transfer that data to remote interface that can monitor the data and shoot [...]

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.