Using the following tutorial for camera calibration, I was able to get a rotation vector and a translation vector. https://docs.opencv.org/master/dc/dbb/tutorial_py_calibration.html
I get the relation between camera matrix and rotation/translation matrix but I can't figure out a way to traduce this rotation vector into a rotation matrix.
Moreover, I am trying to figure out how to get a projection matrix but I am not finding an openCV function to call for that.
Do you know a way for any of those points please ?
Thank you for your help!