We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all! I install kinect, drivers, and simle-openni, then i add simple-openni library to processing, but when i try to use any example with tracking hands i get error: "function enableGesture not exist". Please, help me((((
Answers
Buddy I think old forum was good at least some people were trying to answer some difficult questions ..but here only easy peasy get taken ...
I have faced same problem with Kinect sdk v1.x and SimpleOpenNI 1.96 .. here I found something in my thread
plus Take a look here google code
SimpleopenNI 2.0 in google docs a example have given see if it is helpful for you....
but I can help you this much ...here is the latest code for gesture enabling size(1024,768,OPENGL);
i got a same problem. The function enableGesture() and enableHand() don't exist. here is my code:
Thanks for your attention
Please format code using Ctrl +k and in the first post I have posted a link of my old thread try reading that .
Thanks for your suggestion. Could you help me (The function enableGesture() and enableHand() don't exist) ?
I found the same errors trying to follow the "Arduino and kinect projects" book I bought, turns out the version of Simple-openNI was too new, when you run the code it says the version in the console I was using 1.96, which I got the error messages, but the book says to use version 0.27, which those functions do work on.
1 got replied message from arduino-and-kinect-projects@googlegroups.com. Here's the message.
I have followed this sugestion, but I got a new error on this program.
Here's the capture:
could you help me ?
Processing + kinect is a mess right now. Super frustrating.
I'm looking for a hand tracking module that works with current versions of simpleopenni and processing. This finger tracking module is the closest thing that works well.
Hi faiz_djufri,
Again try out the library example by write the code by yourself , and not by copy paste...
Actually , I got the same problem, but library examples worked well and openProcessing sketches gave me the same error as you got, that's y I have tried this way & it works fine.
Although , there are methods exists in the older version , but they are not work very well , you need to have new version of the library and check its example... m sure it will work out...