pgte / node-openni

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

openni 2 support #4

Open max-mapper opened 11 years ago

max-mapper commented 11 years ago

Heya Pedro - do you know how hard it would be to upgrade to OpenNI SDK 2?

also I wonder why they stopped using github http://github.com/openni/openni

pgte commented 11 years ago

@maxogden Any v2-specific feature / correction you'd like to see? It looks like this version is lower-level, only supporting video and depth. I think it leaves stuff like skel tracking to middleware providers like Nite2, which is not open-sourced. This still looks too fresh, so I think I should keep an eye on this for now and revisit this issue later.

@maxogden any input?

max-mapper commented 11 years ago

oh interesting, I am ignorant about the details actually

On Tue, Jan 29, 2013 at 3:20 AM, Pedro Teixeira notifications@github.comwrote:

@maxogden https://github.com/maxogden Any v2-specific feature / correction you'd like to see? It looks like this version is lower-level, only supporting video and depth. I think it leaves stuff like skel tracking to middleware providers like Nite2, which is not open-sourced. This still looks too fresh, so I think I should keep an eye on this for now and revisit this issue later.

@maxogden https://github.com/maxogden any input?

— Reply to this email directly or view it on GitHubhttps://github.com/pgte/node-openni/issues/4#issuecomment-12830271.

danfinlay commented 11 years ago

This seems to summarize the changes well, sounds like it would require a full overhaul, but would be easier to build. Also now supports asynchronous frame retrieval! I would love to have depth access, which your current version doesn't provide, and if dealing with point clouds, it seems like an async model would be the way to go: http://www.openni.org/openni-migration-guide/

danfinlay commented 11 years ago

Before bothering with OpenNI2 support, I'd encourage the tweaks needed to support multi-user tracking!

pgte commented 11 years ago

@flyswatter it should support multi-user now, what problems are you encountering? If any, could you please open a new issue?