Items with no label
3335 Discussions

how to get rgb and depth stream by pyrealsense

tguan
New Contributor I
4,664 Views

i want to get rgb and depth stream through sr300

already install pyrealsense

how to run sr300 and get and show rgb and depth stream by python

0 Kudos
1 Solution
MartyG
Honored Contributor III
3,028 Views

Intel have created a tutorial guide for getting the RGB and depth in Python.

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

4 Replies
MartyG
Honored Contributor III
3,029 Views

Intel have created a tutorial guide for getting the RGB and depth in Python.

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

tguan
New Contributor I
3,028 Views

i've read this,but i want to get the real-time video stream and show the rgb-d by opencv

do you have some other ways?

0 Kudos
MartyG
Honored Contributor III
3,028 Views

The developer UnaNancyOwen has some OpenCV sample programs for color, depth and aligning.

https://github.com/UnaNancyOwen/RealSense2Sample/tree/master/sample RealSense2Sample/sample at master · UnaNancyOwen/RealSense2Sample · GitHub

0 Kudos
tguan
New Contributor I
3,028 Views
0 Kudos
Reply