Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Skeletal Tracking Fundamentals (Beta 2 SDK)
Dec 02, 2011 at 4:59 PMHere is what I get:
Error 1 'mySkeletalTracking.MainWindow' does not contain a definition for 'Window_Unloaded' and no extension method 'Window_Unloaded' accepting a first argument of type 'mySkeletalTracking.MainWindow' could be found (are you missing a using directive or an assembly reference?) C:\Users\Nelson\Documents\Visual Studio 2010\Projects\mySkeletalTracking\mySkeletalTracking\MainWindow.xaml 4 110 mySkeletalTracking
Can anybody help me? What am I missing?
Setting Up Your Development Environment (Beta 2 SDK)
Nov 29, 2011 at 5:06 PMNow, running the risk of asking a really stupid question, what is this code supposed show on screen when a kinect is detected?
I mean, when there's no kinect conected, it shows the sentence on the window title, just like it's decribed in the code. However, when the kinect is connected, I get an empty white screen. Is it correct?