c# - How to capture gesture event in Kinect application -
i have implemented wpf application, in tried integrate kinect gesture recognition. i'm using these libraries:
- microsoft.kinect
- microsoft.kinect.toolkit
- microsoft.kinect.toolkit.controls
- microsoft.kinect.toolkit.interaction
when try run application, can correctly see hand pointer on screen, don't know how implement event click on buttons or images.
how can perform task?
when see hand pointer on the screen have kinectregion
connected kinect sensor. can use kinecttilebutton or kinectcirclebutton. these controls react when user extends hand toward sensor, indicating press.
Comments
Post a Comment