6
I need to extract the position of the joints from a recording and/or in real time, and convert to database format and/or file (txt). Similar to what is done in this video, but instead of displaying need to save the values of the X,Y,Z axes for each of the 26 joints.
In the documentation provided by microsoft is given shows how to track in real time, but not how to extract the raw data from these variables.
If you can’t save, how can I extract this data directly from the standard format of the files recorded by Kinect Studio (formats .xrf
and .xef
)?
I also want to know the difference between the classes BodyIndexFrame
, BodyFrame
and Body
The script to get this data can be done in any language, but I imagine it will be done in C++/C# as the operation of everything else.
Um... it seems to me you missed reading the documentation carefully. I don’t know much about Kinect, but the first link you mention uses the structure
CameraSpacePoint
...– Luiz Vieira
Actually, I was looking for a class that did that, not directly by the structure, thank you very much.
– pmargreff
Hi again. If you can post an answer with your conclusion/solution, that would be great. So your question no longer appears unanswered and can more easily help other people in the future (besides you get a reputation for it). : ) I thought about posting one, but I don’t have the environment to test a minimum example that works for what you ask.
– Luiz Vieira
I’m building the code, so as soon as I can do this accurately, I can post it. I thought about this not only because I completed the answer, but because the Brazilian community that develops for Kinect is not very large and/ or participatory ...
– pmargreff
Properly detailed solution.
– pmargreff
Very cool! Won my +1. :)
– Luiz Vieira