-
Notifications
You must be signed in to change notification settings - Fork 357
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
picamera.exc.PiCameraMMALError: Failed to create MMAL component b'vc.camera_info': Function not implemented #705
Comments
I have the same issue on a fresh install of |
I brought this up on the Raspberry Pi forums and after a lot of pushback and arguing I believe I finally got an acknowledgment from a Pi engineer that this is a bug that he says he will fix. |
Duplicate of #697 (Guess what 6by9 here and commenting on 697 is the same Pi engineer 6by9 on the forums. Being grumpy/sarcastic about finally getting a response doesn't promote your case). |
I posted about this problem TWO MONTHS AGO on the pi forums as well and got nothing but pushback and attitude about it. I have every justification for being grumpy about this. |
@6by9 Thank you for linking the duplicate. The link to the forum topic posted in there helped me to re-enable the old behavior. |
I have the same problem on a RPi A+ running bullseye and picamera (from within venv). Any updates or work around we can use until it gets fixed? Thank you. |
The workaround is to fetch these packages and downgrade to them: libraspberrypi0_1.20210831-1_armhf.deb |
Hi bro, thanks for finding a workaround eventually, but these packages don’t seem to work on arm64 architecture. So for Raspberry Pi 4b, do you know what to do? |
MMAL is not supported under 64bit userland - raspberrypi/userland#688 |
thank you for your reply, does that mean picamera is not available on Raspberry Pi 4b? |
Picamera works fine on Pi4 32bit userland, which the Pi4 runs quite happily. |
I have picamera 1.13 installed. I had a perfectly working webcam script running until I did an apt-get upgrade today. That upgraded did this:
After rebooting, now the script does this:
TO REITERATE: NOTHING changed other than the package upgrades noted above.
The text was updated successfully, but these errors were encountered: