Items with no label
公告
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 讨论

A simple question concerning the reported Z-coordinates

MAbdo2
新分销商 I
1,480 次查看

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 项奖励
1 解答
MartyG
名誉分销商 III
601 次查看

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 项奖励
1 回复
MartyG
名誉分销商 III
602 次查看

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 项奖励
回复