241
edits
No edit summary |
No edit summary |
||
Line 80: | Line 80: | ||
First of all oscP5 and netP5 libraries are imported inside the sketch.In order to use OSC protocol we have to import those libraries. There are 3 messages received from Captury, they are x,y,z coordinates of the tracked person locations. | First of all oscP5 and netP5 libraries are imported inside the sketch.In order to use OSC protocol we have to import those libraries. There are 3 messages received from Captury, they are x,y,z coordinates of the tracked person locations. | ||
==VIDEO IMPORT ON PROCESSING== | ==VIDEO IMPORT ON PROCESSING== | ||
""" After creating video with after effects It supposed to be used as a background of Video wall representation.""" <br> | |||
import oscP5.*; | import oscP5.*; | ||
import netP5.*; | import netP5.*; | ||
Line 144: | Line 135: | ||
""" This is how video import is possible while we are using OSC protocol inside processing""" <br> | """ This is how video import is possible while we are using OSC protocol inside processing""" <br> | ||
==As A Result== | |||
[[File:Nature_Inspired.jpg|600px|thumb|left|Nature Inspired Visualization- Output from Processing]]<br> | |||
[[File:Tracked_person_on_video_wall.mp4 |600px|thumb|left|Tracked person realtime on video wall as a light beam reflection of nature]]<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> |
edits