Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kinect: How to get the skeleton data from some depth data( geting from kinect but i modified some place)

Tags:

kinect

depth

I could get the depth frame from my Kinect and then modify data in the frame. Now I want to use the modified depth frame to get the skeleton data. How can I do it?

like image 674
John Avatar asked Nov 13 '22 23:11

John


1 Answers

well, I find there's no way to do this with microsoft kinect sdks. Now, I find its ok to use OpenNI, an open sourse API by Primesense.

like image 72
John Avatar answered Jan 17 '23 18:01

John