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.
3338 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,155 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
611 Views
1 Reply
MartyG
Honored Contributor III
612 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