241
edits
No edit summary |
No edit summary |
||
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> | ||
<br style="clear:both;"> | |||
<br> | |||
==VIDEO IMPORT ON PROCESSING== | ==VIDEO IMPORT ON PROCESSING== | ||
Line 123: | Line 126: | ||
joints.clear(); | joints.clear(); | ||
} | } | ||
// Called every time a new frame is available to read | // Called every time a new frame is available to read | ||
void movieEvent(Movie m) { | void movieEvent(Movie m) { | ||
Line 152: | Line 141: | ||
} | } | ||
} | } | ||
""" This is how video import is possible while we are using OSC protocol inside processing""" <br> |
edits