Air-Kinect-Gesture-Lib icon indicating copy to clipboard operation
Air-Kinect-Gesture-Lib copied to clipboard

foot with swipe don't work

Open zszen opened this issue 9 years ago • 0 comments

with hand it is allright . but can't with foot

the exp:

var leftFootHorizontalSwipe : HorizontalSwipe = new HorizontalSwipe(GesturePart.LEFT_FOOT, new ActionSignalDispatcher()); leftFootHorizontalSwipe.dispatcher.addSignalListener(evt_kinectAction_horizontalSwipeWithLeftFoot); ActionSignalDispatcher(leftFootHorizontalSwipe.dispatcher).addSecondSignalListener(evt_kinectAction_horizontalSwipeWithLeftFoot_Two);

zszen avatar Jul 26 '14 04:07 zszen