Finding rotation and translation of camera from projection matrix #3302
Unanswered
Moj-Dev
asked this question in
Support Q&A
Replies: 1 comment
-
|
@Moj-Dev Based on Wikipedia and this article it looks like r00, r11 and r22 are off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used client.simGetCameraInfo(str(camera_name)).proj_mat to find the projection matrix. How can I calculate R and T from the projection matrix? Can I use "cv2.decomposeProjectionMatrix" ?
Also, I obtained R and T like this:
Is it correct?
Beta Was this translation helpful? Give feedback.
All reactions