I have implemented a WPF application, in which I tried to integrate Kinect Gesture Recognition. I'm using these libraries:
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?
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.