-
I am a bit confused about the CameraCalibration schema. The projection matrix should be the intrinsics_matrix * extrinsics_matrix. But it seems for translation and rotation from one frame to another the FrameTransform is used (which makes sense). Thus the projection matrix of the camera only contains the intrinsic. Then what is the difference between the P and the K? When would these two be different? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
These would be different for stereo cameras. However the app does not support stereo cameras right now, and so we are planning to update the code to use only the |
Beta Was this translation helpful? Give feedback.
These would be different for stereo cameras. However the app does not support stereo cameras right now, and so we are planning to update the code to use only the
K
matrix (notP
) in the future.