We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm trying to get the gesture recognition example that accompanies Onformative's library for the leapmotion controller to compile. For some reason it can't find the com.leapmotion.leap.Gesture library.
I would appreciate any advice on this. Do I need to locate and install the Gesture library myself?
I'm running Processing v2.1 on Windows 8.
Thanks, d.
Answers
Hi,
I get a similar error, but the sketch works fine. Can you try to run an example sketch to see if it works, even when displaying the error? Sorry, can't test atm as I don't have a Leap at hand.
Hi,
I can compile the sketch if change the import libraries, but then when it recognises a gesture it generates an error:
dmn_leap_P5_gestureRecognition_121213_01_pde.keyTapGestureRecognized(com.leapmotion.leap.KeyTapGesture) CALLBACK ERROR
best, d.
I'm not sure where your problem is, but here is some stripped down sample code that should work. Probably exactly the same as the provided example...