Nina Limardo – My Work. My Art. My Life.

Sonic Reflections

14.03.2012 (1:44 am) – Filed under: VIEW ALL POSTS

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:

Technical Schematic


	

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>