Items with no label
3335 Discussions

How to get the coordinates in the Camera coordinate system?

ycao6
New Contributor I
1,284 Views

I am using the python wrapper of librealsense2 (pyrealsense2). But I am facing a problem recently...

I have got the specific pixel in the colour image and depth image(aligned to the colour image ), now I need to get the coordinate of this pixel in the cameracoordinate system. (the position in three-dimensional space)

What should I do ?

Thank you very much !!

0 Kudos
1 Solution
MartyG
Honored Contributor III
311 Views

The best reference I know of about this subject is the link below:

https://github.com/IntelRealSense/librealsense/issues/1904 Transforming pixel from a depth image to world coordinates · Issue # 1904 · IntelRealSense/librealsense · GitHub

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
312 Views

The best reference I know of about this subject is the link below:

https://github.com/IntelRealSense/librealsense/issues/1904 Transforming pixel from a depth image to world coordinates · Issue # 1904 · IntelRealSense/librealsense · GitHub

0 Kudos
Reply