Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in RPI4 Using full 64bits image: OSError: libmmal.so: cannot open shared object file: No such file or directory #21

Open
neuberfran opened this issue Jul 19, 2022 · 0 comments

Comments

@neuberfran
Copy link

neuberfran commented Jul 19, 2022

Hi,

How to solve this issue(pls)?:

~/Desktop/PiCameraApp-master/Source $ python3 PiCameraApp.py
Traceback (most recent call last):
File "/home/neuberfran/Desktop/PiCameraApp-master/Source/PiCameraApp.py", line 38, in
from AnnotationOverlay import *
File "/home/neuberfran/Desktop/PiCameraApp-master/Source/AnnotationOverlay.py", line 61, in
import picamera
File "/usr/local/lib/python3.9/dist-packages/picamera/init.py", line 72, in
from picamera.exc import (
File "/usr/local/lib/python3.9/dist-packages/picamera/exc.py", line 41, in
import picamera.mmal as mmal
File "/usr/local/lib/python3.9/dist-packages/picamera/mmal.py", line 49, in
_lib = ct.CDLL('libmmal.so')
File "/usr/lib/python3.9/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libmmal.so: cannot open shared object file: No such file or directory

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant