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 rgb and depth stream by pyrealsense

tguan
New Contributor I
6,568 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
4,932 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
4,933 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
4,932 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
4,932 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
4,932 Views
0 Kudos
Reply