stytim / k4a-calibration

Azure Kinect multi-camera extrinsic calibration
BSD 3-Clause "New" or "Revised" License
74 stars 12 forks source link

Maximum number of sensors #4

Closed cpatel245 closed 3 years ago

cpatel245 commented 3 years ago

Hi @stytim,

I was just wondering, How many numbers of Azure Kinect sensors could be calibrated with this method? Is it also possible to calibrate 4 sensors (each placed at 90 degrees for full 360 reconstruction?)

stytim commented 3 years ago

Hi, in the picture I showed in the README file, it is 4 Azure Kinect sensors. In theory, there is no limitation of number of sensors as long as they can all see the marker, and have overlapping region.

cpatel245 commented 3 years ago

Hi, And regarding ChAruco markers, Have you used the same ChAruco board on all faces of the cube?

And if you could also elaborate more on specifics of ChAruco Board (marker row, columns, size etc) that would be also great.

stytim commented 3 years ago

I have not used the ChArUco board on all faces, but here is a good example: https://ieeexplore.ieee.org/document/9376321. I have tried using only 1 ChArUco board for calibration, but if you put the camera too far away from the board, it will be hard to detect it. The configuration of the board is included here: https://github.com/stytim/k4a-calibration/blob/master/include/camera_extrinsics.hpp#L145-L146

cpatel245 commented 2 years ago

Hi @stytim ,

Managed to stitch the point clouds using ArucoCube. I am not using IMU readings to align the point clouds. But still I have some artefacts/edges which degrades the quality of the point clouds. Did you also face same problem?

image image image