According to

http://openni.org/docs2/Tutorial/classxn_1_1_gesture_generator.html

OpenNI does not support custom gestures. However, youtube has videos of people doing just that. Now, clearly this thing loads gestures from somewhere. How can I find out where if they've managed to obfuscate the code successfully?

link|improve this question

76% accept rate
The short answer is that it's impossible to do what you want - when people do gesture recognition on kinect for different gestures, it's with their own implementations. The gesture generator supports only those pre-supplied gestures, but the unique thing it does is that it detects them over a raw depth stream (meaning, without hand-point or skeleton tracking). – Roee Shenberg Feb 8 at 6:49
feedback

closed as not a real question by skaffman, ChrisF, casperOne Jan 8 at 22:59

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.