ftdlyc / libcalib

calibrate stereo cameras
MIT License
57 stars 34 forks source link

Stereo calibration with different resolution cameras? #2

Closed antithing closed 5 years ago

antithing commented 5 years ago

(editing question as I saw the answer to my first question in a closed issue)

I am looking to stereo calibrate different cameras, with different resolutions. Would this code work in that case? Do I need to adjust any parameters? Does it expect the same resolution, or does it detect it?

Thank you very much for making this code available.

ftdlyc commented 5 years ago

@antithing Different resolutions is support by this code. I think you do no need to adjust any parameters.

antithing commented 5 years ago

Hi, thanks for getting back to me. I do have it working now with the different cameras, but the T and R results are very different each run.

Is there anything that I can look at to get a more repeatable result?

Thanks again!