Items with no label
3335 Discussions

How to calculate or get distance information

idata
Employee
1,424 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
404 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
405 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