Hi!

I am recording some videos using the Kinect. By using OpenNI I can extract the skeleton from the video files. Once I have this Skeleton, I create a binary file with the position of every join, and the time stamps as well as the framerate (cause it can be variable).

Picture 29.png


Now it comes my question: I would like to create a 3d map for drawing the skeleton into it and of course make the animation. It should be possible to rotate the scenario (in real time) while the skeleton is moving (or just set 3 or 4 different views, should be fine as well).

Do you have any idea about what should I use? I was taking a look into the OpenGL for QT and it looks complicated and time-consuming... do you any other specific tool?

And as a side question, would it be easier to do in MATLAB?

Thank you in advance!!