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

libcamera: fix compilation errors for libcamera v0.3.2+rpt20241119 #160

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mryel00
Copy link

@mryel00 mryel00 commented Nov 30, 2024

Fixes #161
This PR adds a default case to throw an error during runtime instead of compilation, if a ControlType is not implemented yet.

This also adds parsing for the new ControlTypePoint added with libcamera v0.3.2+rpt20241119.

This might break compilation for libcamera v0.3.2+rpt20240927 and v0.3.2+rpt20241119.

This adds a runtime error for missing ControlTypes to fix compilation errors if there are new ControlTypes that are not implemented yet.

Signed-off-by: Patrick Gehrsitz <[email protected]>
Signed-off-by: Patrick Gehrsitz <[email protected]>
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.

error after recent raspi-libcamera updates
1 participant