using the initCalibration() function with my ZED2i (SN31073691) @1280x720 (HD) resolution
https://stereolabs.github.io/zed-open-capture/d2/d69/namespacesl__oc_1_1tools.html#a080f90de48a271e995bd4934fc9dc490
I get the following Camera Matrix
Camera Matrix L:
[1545.705003499748, 0, 84.47635650634766, 0;
0, 1545.705003499748, -366.4547080993652, 0;
0, 0, 1, 0]
Camera Matrix R:
[1545.705003499748, 0, 84.47635650634766, 185547.9748911673;
0, 1545.705003499748, -366.4547080993652, 0;
0, 0, 1, 0]
The Camera Matrix before running this function is
Camera Matrix L:
[534.2150268554688, 0, 636.8400268554688;
0, 534.2899780273438, 345.364013671875;
0, 0, 1]
Camera Matrix R:
[533.5800170898438, 0, 638.719970703125;
0, 533.6300048828125, 352.7330017089844;
0, 0, 1]
The resulting rectified image using the generated map data is zoomed in and off-center.
is this expected behavior?
I’m using OpenCV 4.6.0 Ubuntu 24.04.