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 8 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 9499711 to bd65b3c Compare October 29, 2024 21:34
@christianrauch christianrauch force-pushed the parameter_handler branch 13 times, most recently from af8ebd9 to a83ad67 Compare November 24, 2024 13:59
@christianrauch christianrauch force-pushed the parameter_handler branch 8 times, most recently from d769673 to 384c077 Compare December 3, 2024 16:40
@christianrauch christianrauch force-pushed the parameter_handler branch 2 times, most recently from 3305ae5 to 2774bb1 Compare December 14, 2024 13:58
…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.
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