Hi, I’m new in the kinect world and into this community.
I need to learn to programming on Kinect + Unity for a work but I’ve a lot of problem:
I have the Kinect V2 for Windows and Unity Pro.
I started with the Microsoft Kinect SDK 2.0, I followed a lot of guide and tutorial and i found the Kinect Wrapper Package for Unity3D here:
http://wiki.etc.cmu.edu/unity3d/index.php/Microsoft_Kinect_-_Microsoft_SDK
With SDK 2.0 I found the error: “kinect10.dll not found”.
With SDK 1.8 or 1.5 or 1.0 the error was: “NuiInitialize Failed” or “Device not connected”.
Obviously i have the kinect plugged and connected, it’s work with no problem with Kinect Studio with Kinect SDK 2.0
The order of my actions is:
- Unplug Kinect
- Install an SDK version
- Install the Developer Toolkit of that version
- Create New Project on Unity
- Import Kinect1.7UnityPackage.unitypackage
- Open KinectSample
- Plug Kinect
- Try to run
- Take one of the error above
Pls just an help!
Do the samples from the MS SDK work for you? What version of Windows are you running?
– jeffmun