Christopher Remde
Christopher Remde
It is certainly more difficult but there are approaches, it is worth looking into papers like Kinect fusion, or RGBD SLAM approaches. I don't spontaneously know of a certain paper...
Hey! You can send me a mail at the adress in my profile!
Hey! Unfortunately depth and RGB export functionality is only implemented for Azure Kinects at the moment. More sensors will be added in the future, including backwards compability for the Kinect...
Hey! I see, yes that makes everything a bit more complicated. The new version of LiveScan3D im currently working (https://github.com/BuildingVolumes/LiveScan3D) on allows for this workflow, but unfortunately only for Azure...
Not simultaneously, you capture either raw images or pointclouds. But I have a tool with which you can convert these raw images into a pointcloud again after the capture. This...
Sorry for the confusion. When you capture, you only capture the color and depth images. After your capture has finished, you then use another tool to convert these images to...
This is an exemplary output of one frame of a capture with five cameras. You get a .jpg with the color picture, and a 16-bit .tiff picture with the depth...
Oh wow interesting project! Great to your that this software is being used a lot by your team! So there seems to be a lot of factors involved here. Generally,...
Hey! Yeah calibration is unfortunately not super trivial. I don't know how experienced you are with programming in general, but you may need to write your own software for this....
Please just use the Pre-Release downloads available here :) https://github.com/BuildingVolumes/LiveScan3D/releases/tag/v1.2.alpha1 If you encounter any issue, it would be great if you could open an issue in that repository, happy to...