-
Notifications
You must be signed in to change notification settings - Fork 353
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
Failed to create MMAL component b'vc.camera_info': Function not implemented #672
Comments
MMAL isn't currently supported on a 64bit userspace. Ubuntu have taken some patches for 64bit userspace that were reverted due to observing issues with them. That decision really falls on them to support. |
@6by9 thanks. I'm not familiar with this domain but if 64bit processor supports 64bit and 32bit then couldn't I (somehow) build MMAL for 32bit? |
Generally multiarch isn't supported. It's possible, but not simple. |
Ok, thanks! I guess then I have to wait till they update the firmware... |
Same exact issue, same kernel, now four months passed - any hopes for soon? Where should we subscribe to be alerted to the fix when it happens? Reason this is a big issue: The ROS community is pushing for adoption of ROS2 (Foxy LTS) which requires Ubuntu Server 20.04 LTS. ROS 2 robots want to use Python3.8 with picamera to "see". |
Is there any update on this issue? |
It seems we all need to learn to use libcamera and the standard V4L libraries. https://www.raspberrypi.com/news/an-open-source-camera-stack-for-raspberry-pi-using-libcamera/ |
$ raspistill -o output.jpg
without error. I did not build userland from source so I think this error is different to Error #334 and Error #540.I'm running ubuntu 20.04 server on RPi4
Please advise on how to solve the
mmal: mmal_component_create_core: could not find component 'vc.camera_info'
errorThe text was updated successfully, but these errors were encountered: