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

Move the routine to set control settings to corresponding structs #51

Open
boitumeloruf opened this issue Dec 2, 2024 · 0 comments
Open
Labels
refactoring Improvements to the code base without any functional improvement.

Comments

@boitumeloruf
Copy link
Collaborator

boitumeloruf commented Dec 2, 2024

Currently, all the different control settings, i.e. DeviceControlSettings, ImageFormatControlSettings, AnalogControlSettings, ..., are all set in the CameraDriver class. To reduce the size of the class, the individual routines of setting the parameters could be moved into separate classes/structs (partly already available: see include/camera_aravis2/config_structs.h) together with the corresponding parameters.

Related Issue: #53

@boitumeloruf boitumeloruf added the refactoring Improvements to the code base without any functional improvement. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improvements to the code base without any functional improvement.
Projects
None yet
Development

No branches or pull requests

1 participant