I am trying to use calibrate multi-stereo cameras, to get the Rotation and Translation of the camera pose. For example, how much both the cameras are actually displaced and how much it rotated.
I tried using OpenCV multi-camera calibration class,
https://docs.opencv.org/master/d2/d1c/tutorial_multi_camera_main.html
But I did not see correct Rotation and Translation matrix is retrived.
Other toools I tried vicalib faced integration issue with my camera.
Is there is any references so that I can do head start with Multi-camera calibration.