Items with no label
3335 Discussions

How to correctly import pyrealsense2 in the RaspberryPi3 launcher?

lchen165
Beginner
683 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
498 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