241
edits
|  (→TOOLS) | |||
| Line 29: | Line 29: | ||
| While Captury is tracking people in order to create visualization inside Processing OSC protocol is used to have <br> | While Captury is tracking people in order to create visualization inside Processing OSC protocol is used to have <br> | ||
| communication between Captury System and Processing. <br> | communication between Captury System and Processing. <br> | ||
| For more information about OSC protocol you can check website [http://http://www.sojamo.de/libraries/oscP5/ OSC communication] | |||
| import oscP5.*; | import oscP5.*; | ||
| Line 76: | Line 78: | ||
| This Processing Sketch show how OSC protocol is used and how our draw function is inserted inside that protocol. | This Processing Sketch show how OSC protocol is used and how our draw function is inserted inside that protocol. | ||
| 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. | ||
| ==As A Result== | ==As A Result== | ||
| [[File:Nature_Inspired.jpg|600px|thumb|left]]<br> | [[File:Nature_Inspired.jpg|600px|thumb|left]]<br> | ||
| <br>Nature Inspired Visualization- Output from Processing  <br> | <br>Nature Inspired Visualization- Output from Processing  <br> | ||
edits