opencv solvePnP in python and in ros c++ returns different rvecs
python 3.10
opencv-python 4.10.0.84
In c++ cv::calibrateCamera doesn´t converge to the right solution but in python yes
I’m working on calibrating a camera with C++, but it’s not working. The resulting matrix K has no relation to the camera’s actual values, and with an RMSE (root mean square error) of approximately 200.0. However, using the same images in Python, it works and with an RMSE of 0.05