Visual Studio 2017 Kinect for Windows 10
Visual Studio 2017 Kinect for Windows 10
我正在尝试使用 Visual Studio Community 2017 来关注 this tutorial。但是,每当我尝试编译时,我都会收到此错误:
framework identity 'Name = Microsoft.WindowsPreview.Kinect.8.1,
MinVersion = 2.0.1410.19000'. It is expected to have three parts
delimited by a comma.
我认为这个问题与 Visual Studio 2017 年失去对 windows 8.1 的支持有关,因为我确实创建了一个空白的通用 windows 应用程序,并且不得不目标 OS Windows 10.
我不能只创建一个 WPF 文件,因为这样我就无法再按照教程进行操作,但我看到的唯一其他解决方案(使用 windows 8.1 项目模板)没有工作因为 Visual Studio 不再支持 8.1
我该如何解决这个错误?
我也在使用 windows 10 并且已经能够完成并关注 This Tutorial to get infrared working on WPF with kinect. Do give it a try as it worked for me. I have it working on my github Here
干杯!
我正在尝试使用 Visual Studio Community 2017 来关注 this tutorial。但是,每当我尝试编译时,我都会收到此错误:
framework identity 'Name = Microsoft.WindowsPreview.Kinect.8.1, MinVersion = 2.0.1410.19000'. It is expected to have three parts delimited by a comma.
我认为这个问题与 Visual Studio 2017 年失去对 windows 8.1 的支持有关,因为我确实创建了一个空白的通用 windows 应用程序,并且不得不目标 OS Windows 10.
我不能只创建一个 WPF 文件,因为这样我就无法再按照教程进行操作,但我看到的唯一其他解决方案(使用 windows 8.1 项目模板)没有工作因为 Visual Studio 不再支持 8.1
我该如何解决这个错误?
我也在使用 windows 10 并且已经能够完成并关注 This Tutorial to get infrared working on WPF with kinect. Do give it a try as it worked for me. I have it working on my github Here
干杯!