Question

I have implemented a WPF application, in which I tried to integrate Kinect Gesture Recognition. I'm using these libraries:

  • Microsoft.Kinect
  • Microsoft.Kinect.Toolkit
  • Microsoft.Kinect.Toolkit.Controls
  • Microsoft.Kinect.Toolkit.Interaction

When I try to run my application, I can correctly see the hand pointer on the screen, but I don't know how implement event click on the Buttons or Images.

How can I perform this task?

Was it helpful?

Solution

When you see the hand pointer on the the screen you already have a KinectRegion with a connected kinect sensor. Now you can use the KinectTileButton or the KinectCircleButton. These controls will react when the user extends the hand toward the sensor, indicating a press.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top