Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

How to get the coordinates in the Camera coordinate system?

ycao6
New Contributor I
2,054 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
1,081 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
1,082 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