Software Archive
Read-only legacy content
17061 Discussions

How to get the pixel's world coordinate for R200? For example, i have known the pixel's color and depth, now what shall i do to

zhang_s_3
Beginner
261 Views

now what shall i do to get the world coordinate (x, y, z) , z = depth, x = ?, y = ?

0 Kudos
1 Reply
samontab
Valued Contributor II
261 Views

You can get the X, Y, Z coordinates in mm from a depth image with the queryvertices function:

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?queryvertices_pxcprojection.html

0 Kudos
Reply