
[solved] Integration with Microsoft Kinect SDK
Posted Sunday, 27 November, 2011 - 22:39 by igordcard inI'm trying to integrate OpenTK with Microsoft Kinect SDK but I can't find the correct way to achieve this. Basically, I need to have access to the main events thrown by the Kinect SDK to fetch the streams and use them with OpenGL/OpenTK. Anyone has done something similar or has an idea?
Thank you.


Comments
Re: Integration with Microsoft Kinect SDK
Someone used Kinect with OpenTK like this.
http://kinect.dashhacks.com/kinect-hacks/2011/01/23/real-world-mapping-k...
Re: Integration with Microsoft Kinect SDK
But it's using OpenNI, although I can probably get a few ideas from his .NET + OpenTK code...
Re: Integration with Microsoft Kinect SDK
Well, for those that may run into the same doubt and skipped OpenTK's manual: I really recommend taking a look at the whole manual to know the basics.
In addition, check the following links that make clear how to integrate Microsoft Kinect SDK + WPF with OpenTK:
http://www.opentk.com/doc/chapter/2/glcontrol
http://www.opentk.com/node/2139
http://msdn.microsoft.com/en-us/library/ms742875.aspx
And I mark this as solved.
Re: [solved] Integration with Microsoft Kinect SDK
Thanks for getting back to us, much appreciated! Here's another valuable video resource about the Kinect SDK I came across worth mentioning.
Re: [solved] Integration with Microsoft Kinect SDK
Thank you. I have a tutorial and code example in my blog, regarding what I was looking for in this thread. If anyone needs something like this, here's the link: http://igordcard.blogspot.com/2011/12/integrating-wpf-and-kinect-with-op... .