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.

Calculating Distance

JHill
初學者
1,513 檢視

To calculate distance, is there an out-of-the box solution to measure basic distance measurements? It seems that most people are using opencv for this but I can't find a simple way to calculate the distance from the realsense camera to an object. This may be a really dumb question but couldn't find the solution in other areas.

0 積分
1 解決方案
MartyG
榮譽貢獻者 III
566 檢視

There is a script at the bottom of the SDK documentation's front page, in a section titled "Ready to hack". It displays the distance from the camera to an object in the center of the image.

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

在原始文章中檢視解決方案

1 回應
MartyG
榮譽貢獻者 III
567 檢視

There is a script at the bottom of the SDK documentation's front page, in a section titled "Ready to hack". It displays the distance from the camera to an object in the center of the image.

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

回覆