does anyone have a good tutorial or information how can i start programing C# application using kinect i have been searching and all i find is videos but no real help thank you for your help :)
feedback
|
|
I've seen several people talk about starting from http://codelaboratories.com/nui Their platform comes with a "WPF/C# (.NET 3.5) Visual Studio 2010 Sample Application" - and there's lots of talk on forums like http://nuigroup.com/forums/viewthread/11249/ - plus look on here under http://stackoverflow.com/questions/tagged/kinect Whatever you write, bear in mind that the official SDK is on the way - my guess is that there might be some sort of CTP available near MIX11? You're definitely in pioneer territory - so expect to hit the odd problem along the way - but enjoy it! Update - the official SDK will be available here - http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/ - "soon" | ||||
|
feedback
|
|
I advise to take a look at OpenNi. This project (Which is was founded by PrimeSence, the company behind Kinect's technology) provides "middleware" for skeleton tracking, as well as gesture recognition. It comes with C# and Unity wrappers. You may find the specific drivers for Kinect here, and a discussion group here. Good Luck! | ||||
|
feedback
|
|
There is now a useful introductory series on Channel 9: | |||
|
feedback
|
|
Coding4Fun has pretty straightforward demos (some with source code) that works with the SDK. Hope it helps. Here's the link: Coding4Fun This provides a good walk through The-Busy-Developers-Guide-to-the-Kinect-SDK-Beta and don't forget to get the Coding4Fun Kinect Toolkit | |||
|
feedback
|