stimulant / MS-Cube-SDK

Utilities for multi-Kinect, multi-PC applications on the Microsoft Cube
http://stimulant.com/cube
Other
25 stars 13 forks source link

Extracting 3 coordinate map points for each joint #19

Open jay-tailor opened 6 years ago

jay-tailor commented 6 years ago

We were able to network two computers (2 Kinect V2s) to output one image from 2 angles. Yet to try 4 kinects.

We are now trying to extract the binary data for the 25 joint's xyz location, for further fusion implementation.

Hoping someone could clarify how (or where we can look closer) we can change the code to get the 3 points for each joint (x, y, and z) to place into another code.

endquote commented 6 years ago

@joelpryde might have more input if he's around, but I believe the encoding/decoding bits are here, which might be a good place to start for some reverse engineering. https://github.com/stimulant/MS-Cube-SDK/blob/research/Common/KinectAPI.cpp

RinayShah commented 6 years ago

How can we run the KinectAPI.cpp code ? On localhost:8000 I can see the skeleton however when trying I am unable to run the KinectAPI.cpp code file therefore making me unable to access the joints position. If you could just give me an insight run that file it would help me a lot.