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!!
Hello Ventuzians!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me
We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
How to connect the kinect
Moderator: Support
Re: How to connect the kinect
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
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
here are some links that maybe useful 
http://jamcnaughton.wordpress.com/2012/ ... -and-tuio/
http://rosariobarbagallo.com/2012/05/09 ... 1-0-3-191/
I haven't time to try these

http://jamcnaughton.wordpress.com/2012/ ... -and-tuio/
http://rosariobarbagallo.com/2012/05/09 ... 1-0-3-191/
I haven't time to try these
Re: How to connect the kinect
Thanks !!
I will try!

I will try!