Open GoogleCodeExporter opened 8 years ago
Hello, Im using SimpleOpenNI, I want to know, How to get the coordinates
(X,Y,Z) from head, neck...??
Any example??
Thank you!!
Original comment by juanux
on 3 Jun 2011 at 5:58
Hi, this issue is not talking about that but the UserScene & UserScene3D
examples show the way to retrieve the whole skeletal information from the
kinect and how to show them. There's actually no better explanation that these
files to understand how to use this feature.
In the future, please take care of posting your questions in the right place
(questions are not issues, and questions about library usage for skeletal
tracking are even less related to CoM calculation bugs.
Anyway, hope you'll find what you want in these file, if not i think you should
contact directly the maintainer of the project.
Original comment by bkuperb...@gmail.com
on 3 Jun 2011 at 10:43
Where Can I ask about coordinates skeleton joints??
Original comment by juanux
on 20 Jul 2011 at 10:51
Sorry this is not the place to ask for this kind of things, please either open
a new issue or search over the examples.
This issue is about a problem with the getCoM function not returning the right
user's Center of Mass point.
Original comment by bkuperb...@gmail.com
on 18 Aug 2011 at 9:05
this is actually an issue with the demo code determining active users with
SimpleOpenNI.getNumberOfUsers()
which returns the number of active users, not a list of which users are active
, which can be non consecutive,
the loop which draws the centre of mass doesn't account for this.
it is possible to manage your own list with the SimpleOenNI user events
or to use SimpleOpenNI.getUsers() with a new IntVector Object
http://simple-openni.googlecode.com/svn/trunk/SimpleOpenNI/dist/all/SimpleOpenNI
/documentation/SimpleOpenNI/ContextWrapper.html#getUsers(SimpleOpenNI.IntVector)
Original comment by nimi...@gmail.com
on 5 Jan 2012 at 4:18
Original issue reported on code.google.com by
bkuperb...@gmail.com
on 14 May 2011 at 11:49