Kinect / tutorial

Tutorial on the v2 Kinect platform. Walk thru the whole thing at http://kinect.github.io/tutorial
MIT License
173 stars 62 forks source link

Incompatible with VS 2017 Enterprise version #37

Closed bingcheng45 closed 7 years ago

bingcheng45 commented 7 years ago

Hi there! currentl when i tried to run the kinect2Sample code on the latest version of visual studio 2017, i am facing this incompatible issue. I am currently running on windows 10. Is there a fix to this incompatibility? I have tried open as adminstrator, have also tried modifying the projectypeguids and other solutions online and they have yet to work. Really looking forward to following your tutorial! :D

image

DrNeil commented 7 years ago

Hi, these labs were built for Windows 8.1 as stated on the tutorial page The Hands On Labs to complete a sample application for Windows 8.1 and the Kinect 2 for Windows

For Windows 10 you should look at the latest Kinect documentation for UWP apps.

bingcheng45 commented 7 years ago

Is there kinect documentation for WPF as I'm currently working on a project to integrate gestures on a WPF project

DrNeil commented 7 years ago

https://developer.microsoft.com/en-us/windows/kinect everything you need including the SDK and WPF samples.

bingcheng45 commented 7 years ago

Have already looked into that, but find it hard to implement discrete gesture. Thanks for the quick responds!