Replies: 1 comment
-
The following instrinsic parameter works fine with me, with vision sensor settings being above.
|
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
-
I printed the camera intrinsic parameters by
cam.intrinsic_matrix
and tried to convert depth to point cloud using the parameters. But it seem the point cloud result is dramatically incorrect? the depth image is ok, the intrinsic parameters are wrong?I'm a bit confused in the
intrinsic_matrix
descriptionWhat's
K, p, w',
?my code:
Beta Was this translation helpful? Give feedback.
All reactions