pgte / node-openni

OpenNI bindings for Node.js
79 stars 37 forks source link

Wrist events not being emitted? #5

Open danfinlay opened 11 years ago

danfinlay commented 11 years ago

I was having a blast with your awesome library until I realized the left and right wrist events weren't getting called. Any idea why?

danfinlay commented 11 years ago

Ankles are also not being emitted. Come to think of it, I'm pretty sure neck wasn't either.

pgte commented 11 years ago

@flyswatter That's strange, are you subscribing to the "neck" and "right_wrist" events? If so, can you please gist the some example code here? Thanks!

danfinlay commented 11 years ago

I believe I am, here's what I've done: https://github.com/flyswatter/NodeKinect2DSkeleton/blob/master/app.js#L60