-
Notifications
You must be signed in to change notification settings - Fork 3
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
install.sh does not work - part 2 #2
Comments
I followed the advice in https://stackoverflow.com/questions/27777547/missing-libmmal-so-with-picamera-library to update the firmware
and end with the following errors:
|
Are you using 64 bit Raspbian? MMAL is notoriously.. messed up on x64. |
Ironically the raspberry pi team appears to have moved on to use libcamera since I last used their camera stack. In its current state, though, libcamera feels much like a Wayland sort of deal. MMAL is proprietary but it is better at offloading to the camera's onboard GPU. If you truly want the best performance, I'd recommend using the legacy camera stack. However, this unfortunately means that 64 bit is out of the question for this package because MMAL doesn't support it. I have added a notice about it. |
Yes, I'm on 64 bit. Performance isn't an issue in my project. I think I will write my own wrapper around libcamera. |
after changing the checkout directory to
raspicam-build
, cmake complains:Could you add to the docs how to install?
The text was updated successfully, but these errors were encountered: