Unable to run KinectAvatarsDemo for Kinect version 2 with KinectWapper

321 views Asked by At

I try to use KinectWrapper from http://rfilkov.com/2013/12/16/kinect-with-ms-sdk/ to integrate Kinect with Unity. Following the instruction given in this package, I am able to import the package to my project and I can see KinectAvatarsDemo.unity under Assert/KinectDemo/AvatarsDemo. After double clicking the KinectAvatarsDemo.unity file, nothing much happened. Also I could not see any avatar in the scene. When I run it, nothing happened. The Kinect is not turned on. So I have no idea what shall I do to run the demo. I am sure the MS-SDK for Kinect version 2 is correctly install. Can any one show me a more detailed instruction on using the package? Thank you.

2

There are 2 answers

1
Rafaf Tahsin On

I assume you are using Kinect for window V2 device. The KinectWrapper provided in http://rfilkov.com/2013/12/16/kinect-with-ms-sdk/ is for kinect for windows v1. It doesn't support kinect for windows v2. To use unity with Kinect for windows V2, you need to use plug in for Kinect V2. You can get the plug in from here. This is official Kinect for windows V2 plug in for Unity. And it contains two examples inside it and other instructions to use it.

There is also an unofficial paid asset Kinect V2 MS-SDK in asset store. You can also check free asset FreeKinectV2 Bone.

0
rfilkov On

Sorry, as stated in the asset description "'Kinect with MS-SDK' is a set of Kinect v1 examples..." At the time of the initial K1-asset release there was no Kinect v2. :)