BuildingVolumes / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
16 stars 3 forks source link

Could we save the depth map image at the same time? #4

Open ERICXUCHI opened 1 year ago

ERICXUCHI commented 1 year ago

Hi, team, thanks for your effort in this project.

I am using 2 Azure Kinects and I wonder if I could save the depth map image at the same time. Since right now we can only save .ply file, so we wanna save the depth image (like "show depth" in the LiveScanClient) simultaneously.

Or did you leave any API that I can leverage to extend the function?