简体   繁体   中英

Raspberry pi camera module issue OSError

I am trying to run Raspberry Pi camera module on Raspberry Pi 3 Model B using Python but I am getting this error:

OSError: libmmal.so: cannot open shared object file: no such file or directory 

If you are using the Raspbian distro, you probably have picamera installed by default. You can find out simply by starting Python and trying to import picamera:

Referenced

https://picamera.readthedocs.io/en/release-1.13/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM