Items with no label
3335 Discussions

How to find the disparity map values in python using RealSense D435 ?

JJivr
Novice
1,823 Views

Basically how to obtain the distance of object from camera using Real Sense D435 in python?

1 Solution
MartyG
Honored Contributor III
1,172 Views

The RealSense SDK's Python wrapper has an example of a simple OpenCV viewer program.

 

RealSense SDK Python Wrapper

https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python

 

OpenCV Python viewer example program

https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/opencv_viewer_example.py

View solution in original post

0 Kudos
5 Replies
MartyG
Honored Contributor III
1,172 Views

An option for achieving this may be to use your RealSense D435 camera with Python and the OpenCV vision software.

 

https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_calib3d/py_depthmap/py_depthmap.html

0 Kudos
JJivr
Novice
1,172 Views

How to configure real sense D435 with OpenCV ?

0 Kudos
MartyG
Honored Contributor III
1,172 Views

The RealSense SDK's documentation has some guidance about getting started with OpenCV on Windows or Linux.

 

https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv#getting-started

 

It also has another guide for an initial OpenCV program to test the setup with.

 

https://github.com/IntelRealSense/librealsense/blob/master/doc/stepbystep/getting_started_with_openCV.md

0 Kudos
JJivr
Novice
1,172 Views

Please provide me the guide for an initial OpenCV program to test the setup in python.

 

0 Kudos
MartyG
Honored Contributor III
1,173 Views

The RealSense SDK's Python wrapper has an example of a simple OpenCV viewer program.

 

RealSense SDK Python Wrapper

https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python

 

OpenCV Python viewer example program

https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/opencv_viewer_example.py

0 Kudos
Reply