rameau-fr / MC-Calib

A generic and robust calibration toolbox for multi-camera systems
MIT License
377 stars 54 forks source link

Calibrating multiple cameras with different resolutions #52

Closed jakefoehner closed 7 months ago

jakefoehner commented 7 months ago

System information (version)

Vision system

Describe the issue / bug

Please provide a clear and concise description of what the issue / bug is.

Hi,

We have a 5 camera system. 4 of these camera output a frame that is 2048x732, and the other camera outputs a frame that is 1920x1080. Is there a way to specify different resolutions in the config file? Or do you recommend we stretch the 1920 camera to match the other 4? Or do you recommend we crop the 1920 camera removing some of its image?

rameau-fr commented 7 months ago

Thank you very much for your message. The toolbox should be able to deal with that without problem. You do not need to specify the resolution of the cameras in the configuration file. The parameters about "resolution" in the configuration file are simply related to the resolution of the checkerboard you generate.

jakefoehner commented 7 months ago

Ah! Thank you for clarifying!