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

Add suppprt for Raspberry Pi OS Bullseye (32bit) #350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neuralassembly
Copy link

On Raspberry Pi OS Bullseye, the plugin "input_raspicam.so" is not built because the directories inside "/opt/vc/include" is moved to "/usr/include".

Therefore, I added new directories when users are using Bullseye (32-bit). The plugin "input_raspicam.so" works when Legacy Camera Mode is enabled.

On the other hand, on the Bullseye (64-bit), the build of "input_raspicam.so" fails because there is no "libmmal_core.so" on Bullseye (64-bit). Therefore, I set HAS_RASPI OFF when users are using Bullseye (64-bit).

Of course, this patch also works when users are using older OSes.

@nschimme
Copy link

nschimme commented May 6, 2022

Works for me on 32bit Bullseye! Thanks!

@themaire
Copy link

I approve too. Thanks for me and my Pi Zero!

@Spencer90
Copy link

Thanks for sorting this out. It works great with my Pi Zero.

@kardabibugergo
Copy link

I also suggest to merge this one.

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

Successfully merging this pull request may close these issues.

5 participants