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

Improve image format support #2

Open
johnwason opened this issue Dec 18, 2017 · 0 comments
Open

Improve image format support #2

johnwason opened this issue Dec 18, 2017 · 0 comments

Comments

@johnwason
Copy link
Contributor

Currently only fmtMono8 (grayscale) and fMtBayerRG8 (Bayer) are supported. More formats are specified in gevapi.h, but the current camera only supports these two formats. Strangely fMtBayerRG8 appears to work with OpenCV COLOR_BayerBG2BGR conversion rather than COLOR_BayerRG2BGR. Using COLOR_BayerRG2BGR results in an incorrect color conversion.

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

No branches or pull requests

1 participant