Closed niccle27 closed 3 years ago
Hi @niccle27 ,
Unfortunately, there is no way to impose the the intrinsics when doing the bundle adjustment at this time. It would be a nice feature! Another, related feature, would be to constrain the focal length to be the same across all cameras, which seems like it would also help in your case.
For now, you could try to manually set the intrinsics after the calibration runs.
If you have a guess for the extrinsics as well, you can set the path to a calibration toml file in your config.toml
like so:
[calibration]
calibration_init = 'path/to/calibration_init.toml'
The calibration_init.toml
file has the exact same format as the outputted calibration.toml file, so you can use initialize with a previous calibration too.
Hello again!
i was able to try to use a set of 12 videos from 12 cameras disposed arround a cube. As Charuco is robust to occlusion, i tried to calibrate all the cameras directly, though i came some issue:
I'm getting the following output (for the sake of simplicity, i just putted a few cameras):
As you can see, the intrinsic parameter have a wide variation especially for the focal. I was wondering if by any chance, there is a way to impose those intrinsic parameters? I'm using intel realsense and i can get the intrinsic parameters by some other way.
Once again, thank you a lot for you time !