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

Handle bayer_rggb8 encoding #100

Closed
wants to merge 2 commits into from
Closed

Conversation

presocratics
Copy link

This checks the image encoding string to see if it is bayer_rggb8 and debayers it if so.

This fixes pull request #94 which did not properly check for the encoding string. This addresses issue #83.

There are other Bayer encodings that could also be added with additional elif statements, but I don't have cameras that support those encodings to test with and I am not interested in creating synthetic data.

Martin Miller added 2 commits February 24, 2017 16:19
This allows the use of bayer formatted images. Other bayer encodings can easily
be added with elif statements.
Fixes the previous commit, which had a faulty if statement.
@ethzasl-jenkins
Copy link

Can one of the admins verify this patch?

@ethz-asl ethz-asl deleted a comment from hitimo Nov 13, 2017
@goldbattle
Copy link
Collaborator

This was supported through PR #515

@goldbattle goldbattle closed this May 8, 2022
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.

3 participants