Tracks anything with a distint color as (x, y, z) coordinates and renders it in a 3D space
##Usage
- Run the server sketch on a machine with two USB cameras attached to it. The first image displayed will be from the camera to be used for the (x,y) coordinates.
- Click to select up to 8 colors to track from the image. When finished, press any key to move on to configuration of the camera tracking the (z) coordinate.
- Again, select up to 8 colors to track. When finished, press any key, and the program will begin serving the average location of your tracked colors as x:1 ratios of the location within the image to the size of the image.
- Run any client sketch that receives these coordinates appropriately and render anything you want using an objects location.
##Example Usage