Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

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

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
zyyx2002
Posts: 5
Joined: 03 Nov 2012, 16:30

How to connect the kinect

Post by zyyx2002 » 16 Nov 2012, 10:20

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!!

dragon_chichi

Re: How to connect the kinect

Post by dragon_chichi » 16 Nov 2012, 12:25

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

User avatar
hgoodsir
Posts: 65
Joined: 05 Feb 2012, 16:17
Location: London
Contact:

Re: How to connect the kinect

Post by hgoodsir » 23 Nov 2012, 00:33


zyyx2002
Posts: 5
Joined: 03 Nov 2012, 16:30

Re: How to connect the kinect

Post by zyyx2002 » 27 Nov 2012, 09:50

Thanks !! :D
I will try!

Post Reply