Sonic Reflections
Without further a-do, here is the product of my labour!
the Sonic Reflections Installation piece displayed on 14 March, 2012.
The annotated processing code can be downloaded by clicking this: SonicReflections_Final
And further information about this project can be found HERE or by downloading this handout: SonicR_Handout.
A VIMEO video of the project will be uploaded ASAP.
If you want to run the code on your own computer, please remember to change the name of the camera in the code to the camera on your computer.
You can find the name of your camera by running the following code in processing:
import processing.video.*;
void setup() {
size(200, 200);
println(Capture.list());
}
You will see the name in quotations in the serial monitor. Replace the line:
myCapture = new Capture(this, width, height, "USB Video Device-WDM", 30);
with the name of your camera in quotations.
Here is the technical schematic:
