I have used the SwipeGestureRecognizer where it has only swipe left and swipe right gesture recognization but i want swipe up/down for both the hands how to do it ..
Any idea......
SwipeGestureRecognizer is a dll so I am unable to see the logic for the swipe recognizer.
public event EventHandler<KinectGestureEventArgs> SwipeLeftDetected;
public event EventHandler<KinectGestureEventArgs> SwipeRightDetected;
Can any one have the code for SwipeGestureRecognizer logic so that I can understand and try to implement for swipe up also.
Thanks in advance!
I think you are using kinect.toolbox. As @Coeffect reffered you to the link of the source code you can access the source code and change it as you want. here is a very usefull resource showing how to use kinect.toolbox and also how to add new gestures to it. You can add Swipe up gesture very similarly. I think you can add something like this to SwipeGestureDetector.cs