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

dedicated class and library for parameter handling #57

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

christianrauch
Copy link
Owner

No description provided.

@christianrauch christianrauch force-pushed the parameter_handler branch 4 times, most recently from f764da4 to 4125ce6 Compare November 30, 2024 15:25
…lues

Many sections of the code rely on switches over the ControlType enum to
handle the different libcamera control types. When newer enum values are
added with newer versions of libcamera, the 'switch' errors (-Wall) will
prevent compilation even though the node will continue to work without
supporting the new types.

Relax this by turning all 'switch' errors into warnings again to notify
the developer and implement support for these new type enum values later.
@christianrauch christianrauch force-pushed the parameter_handler branch 3 times, most recently from 4db5e2a to d769673 Compare December 2, 2024 22:42
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.

1 participant