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 X, Y, Z for each of the 26 joints.
In the documentation provided by Microsoft it is shown how to do real-time tracing, but not how to extract the raw data from these variables.
If you can not save, how can I extract this data directly from the standard format of files recorded by Kinect Studio (% formats% and .xrf
)?
I also want to know the difference between classes .xef
, BodyIndexFrame
and BodyFrame
The script to get this data can be done in any language, but I imagine it will be done in C ++ / C # as the rest of the work.