Saturday 15 March 2014

c# - How to get Microsoft.Research.Kinect reference to work for Kinect SDK 1.6 in VS 2012? -


I am working on a project on VS 2012 C # and I am getting errors due to Microsoft. Research.Kinect reference which is not included in the installation of Kinect SDK 1.6 I have already copied Microsoft. Kinect Beta 1 SDK project from Kinect Beta 1 SDK. Kinect SDK 1.6 to work with and it still does not work. How can I get Microsoft? Research.Kinect reference is available for my project?

Browse the "reference" folder in VS 2012 in your project and the organizations that you want to refer to . In your code, make sure to include them:

  Using Microsoft Research.Kinect;    

No comments:

Post a Comment