Is there a .NET library for Kinect to develop Kinect application for PC (not XBOX)
Is there a .NET library for Kinect to develop Kinect application for PC (not XBOX)? Library doesn't need to开发者_运维百科 be official. (AFAIK MS won't release a library for PC anyway)
Update: Kinect SDK is out now.
Perhaps try NKinect.
Microsoft has promised they will eventually release drivers and an SDK for the Kinect. Accorrding to this link, that may be sooner rather then later.
Otherwise, check out the Openkinect mailing list and wiki. They will be up to date on everything relating to development for the Kinect.
librfreenect from OpenKinect has a C# wrapper
OpenNI + Nite => C#
KinectSDK => ".Net"
You can find a comparison here: Official Kinect SDK vs. Open-source alternatives
http://www.openni.org/ along with Primesense have released a driver, middleware, and a collection of samples for a variety of languages that will help you get started.
We've written up a small document on how to get it up and running easily here: http://beta.innovation.rit.edu/csi2/main/blog/kTouch/115
Update:
Just in from ZD.NET "Microsoft readies hobbyist Kinect development kit; promises commercial version later" link
Prior Post
The makers/OEM of the Kinect is PrimeSense. They make both the kinect and an independent devkit. They recently released open source drivers that are compatible with both XBox's Kinect and the smaller DevKit. You might as well get the drivers straight from the source. I'm not sure what value a 3rd party library (openKinect) will offer.
Get the unified Kinect and DevKit drivers here: http://www.openni.org/ Windows and Unix support is available.
Kinect for Windows SDK version 1 is now also available.
Yes, you can use NUI. I used it and it's one of the best. Look at http://codelaboratories.com/nui and http://nkinect.codeplex.com/.
精彩评论