I'm facing a problem that although I can use monocular camera and OPENCV to get a cube's rotation angle (pitch yaw roll), but it's get nearly 2 degrees of error per 10 degrees. I use solvePnP to get rvec and tvec, then I use rodrigues to get rotation Matrix, next I get Euler angle from rotation M...