n1ckfg / opencv-kinfu

The MS Azure Kinect kinfu example, with dlls compiled for Windows x64 (to save us all the trouble of wrangling its 25GB of dependencies for a 35MB app).
https://github.com/microsoft/Azure-Kinect-Samples
MIT License
34 stars 3 forks source link

Calibration? Pointcloud fusion after capture? #1

Closed jessekirbs closed 4 years ago

jessekirbs commented 4 years ago

Hello,

I have a couple questions about this software that I can't find the answers to.

Can this be used with multiple Kinects for Azure? Does this software handle the calibration of the Kinects? I don't quite understand what it means by 'how to feed calibration'. Can this software be used to merge and mesh pointclouds that have been previously recorded? Or is it only realtime?

Thank you!

n1ckfg commented 4 years ago

Afaik the answer is no to all, this is just the stock example from the SDK with the necessary libraries precompiled. There are open multi-camera projects brewing, although I haven't tried any--for instance https://github.com/VCL3D/VolumetricCapture

jessekirbs commented 4 years ago

Afaik the answer is no to all, this is just the stock example from the SDK with the necessary libraries precompiled. There are open multi-camera projects brewing, although I haven't tried any--for instance https://github.com/VCL3D/VolumetricCapture

Thanks for the response, @n1ckfg!