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 619 forks source link

360-degree body tracking #1241

Open NightChord opened 4 years ago

NightChord commented 4 years ago

In the promotional picture of Azure Kinect DK, we know that using multiple Kinects can get a panoramic view of the environment and depth.

image.png

At present, the body tracking of a single Kinect will be lost when rotating. Can multiple Kinects be used to achieve 360-degree body tracking without dead angles? Is there an official implementation Program?

Chris45215 commented 4 years ago

It can be achieved, but not with Microsoft's software. You will need 3rd party program to do it. The program Brekel Body v3 can do it, as can the Unity asset Azure Kinect Examples (which includes source code).