I want to see Skeleton in Unity with AzureKinect, please help

현승 정 0 Reputation points
2023-06-22T02:28:23.4866667+00:00

Kinect v2 has KinectForWindows_UnityPro_2.0.1410, so if you run the program, you can see Skeleton through BodyView in MainScene. But it doesn't apply to Azure kinect.

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
287 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,966 Reputation points
    2023-06-22T15:16:28.28+00:00

    현승 정 Greetings!

    Kinect v2 has KinectForWindows_UnityPro_2.0.1410, so if you run the program, you can see Skeleton through BodyView in MainScene. But it doesn't apply to Azure kinect.

    That's correct. The Kinect for Windows SDK and the Kinect for Windows Unity Pro package were specifically designed to work with the Kinect v2 sensor, and they provide pre-built functionality for skeleton tracking and other features.

    You can use the Azure Kinect Body Tracking SDK, which provides real-time 3D skeletal tracking for up to six people simultaneously. The Body Tracking SDK uses machine learning algorithms to estimate the positions of the joints in the human body based on the depth data from the Azure Kinect sensor.

    To use the Azure Kinect Body Tracking SDK, you need to install the SDK and include the appropriate headers and libraries in your project. You can then use the provided APIs to start and stop the body tracking process, and to access the joint positions and orientations for each tracked body.

    Please see Set up Azure Kinect body tracking, Access data in body frame and Azure Kinect body tracking joints

    Hope this helps. Do let us know if there are any further queries.

    0 comments No comments