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 correctly import pyrealsense2 in the RaspberryPi3 launcher?

lchen165
Beginner
1,135 Views

I want to use the D435 camera on the RaspberryPi3, but I have a problem.

when i want to automaticlly run a python program on RaspberryPi, i meet a error : no module named pyrealsense2.

but after the RaspberryPi3 starts, this program can correctly run .

the system of RaspberryPi3 is ubuntu16.04.

 

 

0 Kudos
1 Reply
MartyG
Honored Contributor III
950 Views

Guidance on using Pyrealsense2 with the Raspbian OS can be found in the link below, if you have not already seen it.

 

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

 

If you want to use Ubuntu 16.04 instead of Raspbian, you could try skipping to the Pyrealsense2 section of the instructions and see if you can apply them to Ubuntu.

 

https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_raspbian.md#install-pyrealsense2

0 Kudos
Reply