Kinect Wrapper Package

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:

  1. Unplug Kinect
  2. Install an SDK version
  3. Install the Developer Toolkit of that version
  4. Create New Project on Unity
  5. Import Kinect1.7UnityPackage.unitypackage
  6. Open KinectSample
  7. Plug Kinect
  8. Try to run
  9. 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?

2 Answers

2

Kinect SDK 2.0 supports the new Kinect for XBox One, and requires Windows 8.
Make sure you have correct versions
You should try running some demos included in the Dev Toolkit first to see if the Kinect & drivers work correctly or not before going to make your game in Unity

unity package get NuiInitialize Failed. I am using kinect sdk 2.0 unity 4.6 Pro thanks In advance

WINDOWS 8.1 Pro

SDK 2.0

  • Dev Toolkit: OK, work without problem

  • Unity Package: DLLNotFoundException: kinect10.dll

SDK 1.8

  • Dev Toolkit: kinect off

  • Unity Package: NuiInitialize Failed

SDK 1.5

  • Dev Toolkit: XamlParseException was unhandled

  • Unity Package: NuiInitialize Failed

I use http://wiki.etc.cmu.edu/unity3d/index.php/Microsoft_Kinect_-_Microsoft_SDK and get same error with sdk 2.0