Open joemitchell249 opened 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
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?
do you have the using statements in the code file to include the correct namespaces ?
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