microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.5k stars 620 forks source link

How to calculate and utilize skeletal tracking and joint angles? #849

Closed devLupin closed 5 years ago

devLupin commented 5 years ago

I want to use the skeletal tracking API that was supported in Kinect v2. There is no special documentation at this time, and it seems to be updated in the future.

It would be nice to include all the features of the existing Kinect v2.

My purpose is to calculate and utilize skeletal tracking and joint angles.

Currently I have developed in the following order: Kinect v2 - Realsense (Intel) - Azure Kinect

In my opinion, realsense and azure kinect look very similar. So it seems easier than developing for the first time.

The Realsense SDK did not have an API for the same purpose as Kinect v2. Also I'm a beginner developer and don't have the ability to implement such code. So, I used a paid API called 'Nuitrack sdk' when using Realsense.

Please let me know update date or if you have your own API for my purposes. Thank you for Azure Kinect developer.

venscn commented 5 years ago

You can refer to the #844 issue link.

qm13 commented 5 years ago

You can use the Azure Kinect Body Tracking SDK.