Items with no label
3340 Discussions

How to get the distance away an object is in the center of the frame by using python? (using d435i camera)

MKulb
Beginner
1,200 Views

I'm learning as I go on developing, but I see how it is done in the c++ examples, but am having trouble replicating it for the python ones. Any help would be great thanks.

0 Kudos
1 Solution
MartyG
Honored Contributor III
656 Views
1 Reply
MartyG
Honored Contributor III
657 Views

Intel's Python tutorial called 'distance_to_object' may meet your needs.

 

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

Reply