GMU:(In)Visible Networks/Esra Demirel: Difference between revisions

From Medien Wiki
Line 86: Line 86:


[[File:es.mp4 |600px|thumb|left|Earth, Fire, Water, Air representation Video to reflect theme of Nature|It supposed to be background of the light beams. Also we have definition of Processing to see Video with light beams realtime]]<br>
[[File:es.mp4 |600px|thumb|left|Earth, Fire, Water, Air representation Video to reflect theme of Nature|It supposed to be background of the light beams. Also we have definition of Processing to see Video with light beams realtime]]<br>


==VIDEO IMPORT ON PROCESSING==
==VIDEO IMPORT ON PROCESSING==
<br> import oscP5.*;
 
import oscP5.*;
import netP5.*;
import netP5.*;
import processing.video.*;
import processing.video.*;
Line 159: Line 161:
println( theOscMessage.get(2).floatValue());
println( theOscMessage.get(2).floatValue());
}
}
} <br>
}