MarekKowalski / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
749 stars 202 forks source link

How can we use information about body joints? #50

Open trofo opened 3 years ago

trofo commented 3 years ago

I have come across such variables like public List lBodies = new List(); tempBody.lJoints = new List(nJoints); tempBody.lJointsInColorSpace = new List(nJoints);

How can I draw such information over LiveView?

trofo commented 3 years ago

Eventually I already have answer https://github.com/MarekKowalski/LiveScan3D/issues/31#issuecomment-439752095

"enabling the skeletons in the Server's settings"