diablodale / jit.openni

Max Jitter external for OpenNI middleware, supports Kinect, Windows and Mac OSx
GNU General Public License v3.0
43 stars 16 forks source link

getting nan #8

Closed Vllrich closed 11 years ago

Vllrich commented 11 years ago

Thanks for this amazing work!

I'm getting nan @ l_collar, r_collar, waist, wrist

OSX 10.8.2, MaxMSP 6.08

Salut!

diablodale commented 11 years ago

This is by design. NITE does not currently support and track all the joints that OpenNI defines. Therefore, null values are returned in those cases. You will find several joints are not supported by the current NITE driver (collar, waist, wrist, fingertip, and ankle). When PrimeSense releases a newer NITE build that supports these joints, then jit.openni will automatically start returning meaningful values for them.

Does this resolve your inquiry?

Vllrich commented 11 years ago

Ok, thanks a lot!