Comments on: Skeleton Tracking with Kinect and Processing http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/ Thu, 19 Jun 2014 09:26:37 +0000 hourly 1 By: Kinect Portraits — Aaron Uhrmacher http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-4120 Wed, 03 Oct 2012 00:06:39 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-4120 […] week was getting the Kinect working with the OSCeleton library thanks to Greg Bornstein’s excellent tutorial. Here’s the first sketch once I had all the libraries and ports correctly […]

]]>
By: ruzhin http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-920 Thu, 10 May 2012 11:38:59 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-920 Hello
i have just started using proccesing and kinect, i can run most of the examples with kinect and OSCeleton, but i cant compile Stickmanetic , first it said cant find ‘edgechaindef’ i downloaded different versions and jbox2d and placed them in the libraries, now i get “the function createshape(edgechaindef) does not exist ”
i think im not placing the jbox2d in the right place! or maybe im nit using the right version!!
can you please tell me what am i doing wrong?!!! i dont seem to find any help online either!!!
thaaaanks
Ruzhin

]]>
By: Hans-Christoph Steiner http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-691 Sat, 28 Apr 2012 01:33:56 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-691 I packaged up all of the OpenNI/Primesense and libfreenect stuff for Fink. I’ve got the Fink packages to the point where they work for me by just installing them, so I’m looking for testers. This is all that should be needed to install everything to run NiViewer:


fink configure (then turn on the 'unstable' branch)
fink install openni-sensor-avin2-sensorkinect primesense-nite

libfreenect also works this way:


fink install libfreenect

Fink/unstable includes libusb 1.0.9-rc3. Fink/stable has 1.0.8 without patches, so won’t work. Once we have tested libusb 1.0.9-rc3, we’ll move it to stable.

]]>
By: standard http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-609 Thu, 05 Apr 2012 17:51:29 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-609 Anyone using NI Mate? Is the syntax for the joint data the same as OSCeleton?

]]>
By: sanka http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-608 Sun, 12 Feb 2012 06:54:27 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-608 I m sorry the actual error says “the function getScreenPros(body) does not exist”.

]]>
By: sanka http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-607 Sun, 12 Feb 2012 06:53:01 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-607 Hi
When I try to run stickmanetic.pde on processing I get this error
“Vec2 pos = box2d.getScreenPos(body);” Can some one please explain me what I m doing wrong. Thanks in advance.

Sanka

]]>
By: Josiah Stapleton http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-606 Wed, 08 Feb 2012 00:58:02 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-606 I would like some help with this please. Does anyone have any source or information on the accuracy of the joint coordinates obtained by the Kinect Sensor? For example, whether the x and y coordinates have an error of +/- 0.05m and the z coordinate an error of +/- 0.07m (Just random values I put to help explain what I am looking for). Any help would be greatly appreciated. Thanks in advance!

Josiah

]]>
By: Andres García http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-605 Mon, 05 Dec 2011 03:19:33 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-605 Hi Ray, I got the same problem I can’t track two users at the same time, my experiments are for comparing movements between two different users at the same time in a learning process. Did you solve that issue?.

]]>
By: korkut http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-604 Mon, 14 Nov 2011 20:15:46 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-604 Hi I am having this weird problem when I try to run MotionCapture3D through processing. The program execution loop gets stuck at line ;

“Hashtable skels = new Hashtable();”

and it throws out “semi colon missing” exception ..

I wonder if you might have any ideas ?

Thanx in advance

]]>
By: Art http://urbanhonking.com/ideasfordozens/2011/02/16/skeleton-tracking-with-kinect-and-processing/#comment-603 Mon, 29 Aug 2011 21:13:56 +0000 http://urbanhonking.com/ideasfordozens/?p=440#comment-603 Hello Greg, everyone,
Amazing project!
I was trying to get the sets of lengths of all joint-to-joint of the skeleton, and also the approximate measurements of the actual body-mass around key sections of such skeleton. If a BMI body-mass-index could be calculated from this, it would be fantastic. What do you think it is the best way to approach this?
Are there any libraries/classes/functions that could help me get this kind of data?
Thanks in advance for your help,
Art.

]]>