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.47k stars 613 forks source link

Body tracking with multiple cameras #1935

Open adarbha opened 1 year ago

adarbha commented 1 year ago
  1. Is this feature implemented in the latest Body Tracking SDK?
  2. If yes, please provide some sample code that would help me kick start the process of using two cameras to generate a point cloud transformed to one axis (preferably master)
martinmaurer commented 11 months ago

Well, it is already working. There is just no automatic way to figure out where the cameras are in realtion to each other, and merge duplicate skeletons. You will have to write that yourself.