I have a problem using XAML Buttons and C# with Kinect v2. I want to draw a button with three different states, according to default/over/selected, changing according with hand gestures off/over/grip. I've read the answer in the following post (Kinect Grip Gesture for Click), but I don't know how to implement the suggesting code. I've also viewed ControlsBasics-WPF solution (from Kinect v2 SDK) but I don't want to use that code because I don't like the hand cursor suggested (I want to simply add a hand image over the tracked joint).
Could someone help me?
Thanks in advance!