I have used opencv to calibrate a stereo camera pair.
Using the determined Rotation matrix and Translation vector, I would like to be able to calculate the pose of the second(R) camera, given the pose of the first(L) camera.
I have a scene where I use solvePnP to calculate the pose of the Left camera, rvec and tvec. How can I determine the rvec and tvec of the Right camera?
Thanks