Kinect / tutorial

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

Using Visual Studio Community 2015 LAB 2 issue #27

Open joemitchell249 opened 7 years ago

joemitchell249 commented 7 years ago

Hi, I'm having to use a WPF solution project file. In lab 2, the reference for windows.ui.xaml.media.imaging. doesn't work and therefore multiple other bits of code have broken. I tried to fix it by just passing the parameters in for the writeableBitmap but then the renderPixelArray method has issues which I cannot figure out how to resolve, see below for screenshot. Any help would be greatly appreciated

DrNeil commented 7 years ago

These labs and tutorials were designed to teach you how to build an App for Windows 8.1 using Kinect. For other information relating to Kinect for Windows start here https://developer.microsoft.com/windows/kinect

ChaitanyaGanu commented 7 years ago

Hello, I am Using Visual Studio Community 2015. In lab 2, windows.ui.xaml.media.imaging can be resolved by using System.Windows.Media.Imaging,however,the bitmap.PixelBuffer and bitmap.Invalidate() are not defined. Can you please help me with this issue?

DrNeil commented 7 years ago

do you have the using statements in the code file to include the correct namespaces ?