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

A simple question concerning the reported Z-coordinates

MAbdo2
New Contributor I
1,472 Views

1) Does the RealSense (D435) report the Z-coordinate (along the Z-Axis) or does it report the distance along the ray (the distance from the lens to the point in the scene)?

2) Is there any setup or configuration parameters that allows the user to get the z-coordinates either along the z-axis or along the ray?

Thanks

0 Kudos
1 Solution
MartyG
Honored Contributor III
593 Views

According to the data sheet for the 400 Series cameras, "the depth pixel value is a measurement from the parallel plane of the imagers and not the absolute range".

The front page of the Librealsense GitHub website has a sample script for getting the depth value of a pixel, in the 'Ready To Hack' section at the bottom of the page.

https://github.com/IntelRealSense/librealsense GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
594 Views

According to the data sheet for the 400 Series cameras, "the depth pixel value is a measurement from the parallel plane of the imagers and not the absolute range".

The front page of the Librealsense GitHub website has a sample script for getting the depth value of a pixel, in the 'Ready To Hack' section at the bottom of the page.

https://github.com/IntelRealSense/librealsense GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK

0 Kudos
Reply