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!