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.
3339 Discussions

How to calculate or get distance information

idata
Employee
2,074 Views

I am using Intel realsense D435 camera to get distance information

I want to know how? Is there a way to do this without pointcloud information?

I tried using depth.get_distance(x,y) but for some reason there the camera sdk doesnt recognise get_distance.

I am using python 3

0 Kudos
1 Solution
MartyG
Honored Contributor III
1,054 Views

Intel has a Python tutorial called distance_to_object.

https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_to_object.ipynb librealsense/distance_to_object.ipynb at jupyter · IntelRealSense/librealsense · GitHub

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
1,055 Views

Intel has a Python tutorial called distance_to_object.

https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_to_object.ipynb librealsense/distance_to_object.ipynb at jupyter · IntelRealSense/librealsense · GitHub

0 Kudos
Reply