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
Jun 04, 2012 at 3:42 AMHi Dan..
When i try to run my code, which basically tracks my right hand, and ellipses appear on my shoulder, hand and elbow joints, i get an error like this, while running:
"NullReferenceException was unhandled". , on this line of code:
Skeleton skeleton= (from s in allSkeletons where s.TrackingState == SkeletonTrackingState.Tracked select s).FirstOrDefault();
The Bold part on the above line is where the error is highlighted in my code.
Can you help me with this, coz i'm kinda stuck with this for days now..
Thanks in Advance..