I have a stereo rig setup on a rigid crossbar. Each camera has a resolution of 540(H) x 720(W).
However, as I verge the cameras inwards (even just a few degrees) the resolution of the image width is severly reduced.
- With cameras pointing in the same direction (camera2 rotation vector of [0, 0, 0]) the rectified image resolution = 508 x 700 (stereoParams.mat attached)
- With cameras verged inwards at only 8 degrees (camera2 rotation vector of [0, 0.14, 0]) the rectified image resolution = 508 x 469 (stereoParamsVerged.mat attached)
My understanding is that rectification aligns the camera images along the same horizontal plane. If true, then why would verging the camera angle inwards cause any change in the rectified image resolution? Afterall the images still lie on the same horizontal place before/after verging.
Would anyone be able to shed some light on why this obeserved rectified image resolution (width) loss is happening after verging and whether this is expected behaviour?
Also, any advice on how to alevite this would be hugely appreciated.
I have attached example left / right images if useful.