Page 1 of 1
How to connect the kinect
Posted: 16 Nov 2012, 10:20
by zyyx2002
Dear All
We are using the Ventuz.
Now, we have a new question, How to use the Ventuz connect the kinect ?
which kind of way to connnect? by OSC ? or By TUIO ?
which is easy way ?
Thanks!!
Re: How to connect the kinect
Posted: 16 Nov 2012, 12:25
by dragon_chichi
I done it via Ventuz.Osc.dll, Ventuz.Osc.chm in ventuz root folder and kinect sdk. You can use source of kinect sdk example, like KinectExplorer, to write in addition some piece of code.
Instruction:
-Read Ventuz.Osc.chm
-Read KinectSDK Documentation dot chm
-Open visual studio -> KinectExplorer project (from kinect sdk folder) , or whatever you use.
-Attach Ventuz.Osc.dll to project
-Embed your code into KinectExplorer. KinectExplorer give you data about position of each part of body. Pack that data into OSC message and send via Ventuz.Osc.dll tools.
-Receive message from your "Kinect->Ventuz bridge" application in Ventuz.
-Use like you wish
Warning: 1) Afterwards, open first your "Kinect->Ventuz bridge" application then Ventuz.
2) And you probably will need change port 7000 to another in Ventuz OSC Nodes and "Kinect->Ventuz bridge" app for compatibility.
TUIO is OSC extension so using this method you can write a "Kinect->TUIO bridge" but its a more complexity.
The second method is download some "Kinect->TUIO bridge" from TUIO.org
Re: How to connect the kinect
Posted: 23 Nov 2012, 00:33
by hgoodsir
Re: How to connect the kinect
Posted: 27 Nov 2012, 09:50
by zyyx2002
Thanks !!
I will try!