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

From Medien Wiki
No edit summary
Line 88: Line 88:


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