Open jsreveal opened 1 month ago
I have had exactly the same issue. I have been able to link it to L245 of kalibr_calibrate_cameras. If you set the epsilon of the SVD solver to be higher (in my case 1e-3), then the solver manages to reach convergence under the maxIterations parameter.
However, this probably will affect the quality of the output calibration. My output seems reasonable and agrees more or less with other methods, like opencv, so I'll accept that.
Could be worth bringing some of these "fine-tuning" parameters up to the CLI.
Dear all,
I am having issues calibrating a setup with two cameras, with error: Did not converge in maxIterations... restarting...
Output:
If I ran calibration on a single camera in the same bag, it manages to finish the calibration with success for each camera.
cam0 calibration results
cam1 calibration results
Can anyone help or guide me here on what I can do, or should modify.