We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement a LUCID camera class following the common camera interface.
We need a LUCID camera implementation.
"We need a LUCID camera implementation".
Don't use the LUCID camera.
Implement the ImageData interface. This implementation will be used in future camera implementations.
Implement LUCID-specific camera configuration. Try to put the most commonly used keys as their own data fields.
Self-explanatory.
Things we need to do for testing
Run unit tests. Test importing the file and convert it into the configuration.
The converter function within the interface is the critical component of the entire system. We should test this one thoroughly.
Run both unit and integration tests.
The text was updated successfully, but these errors were encountered:
Blocked by #37
Sorry, something went wrong.
Block resolved
Current interface config development at https://github.com/tritonuas/obcpp/tree/feat/lucid-config-interface
Successfully merging a pull request may close this issue.
🚀 Feature
Implement a LUCID camera class following the common camera interface.
Motivation
We need a LUCID camera implementation.
Pitch
"We need a LUCID camera implementation".
Alternatives
Don't use the LUCID camera.
Features to develop
1. ImageData
Implement the ImageData interface. This implementation will be used in future camera implementations.
2. CameraConfiguration
Implement LUCID-specific camera configuration. Try to put the most commonly used keys as their own data fields.
3. CameraInterface for LUCID
Self-explanatory.
Testing
Things we need to do for testing
1. CameraConfiguration
Run unit tests. Test importing the file and convert it into the configuration.
2. Test the converter (unit test)
The converter function within the interface is the critical component of the entire system. We should test this one thoroughly.
3. Test CameraInterface
Run both unit and integration tests.
The text was updated successfully, but these errors were encountered: