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

more PixelFormat support #1

Closed
jmoreau-hds opened this issue Jan 29, 2020 · 2 comments · Fixed by #3
Closed

more PixelFormat support #1

jmoreau-hds opened this issue Jan 29, 2020 · 2 comments · Fixed by #3

Comments

@jmoreau-hds
Copy link

Hi,
I will use a Mako G192C camera, but the raw pixelformat is BayerGB8 (BayerGB10 also available).
In avt_vima_camera.cpp, I can read that implemented pixelformats are in:
static const char* PixelFormatMode[] = {
"Mono8",
"Mono12",
"Mono12Packed",
"BayerRG8",
"BayerRG12Packed",
"BayerRG12",
"RGB8Packed",
"BGR8Packed"};
Is it possible to add other bayer formats?
Or, how could I do it myself?
Thanks

@jmoreau-hds
Copy link
Author

Problem solved in my fork. Please consider to update this repo.
Bye

@icolwell-as
Copy link
Member

@jmoreau-hds Thanks for raising the issue! please open a pull request into this repo from your fork and I'll be happy to review and merge.

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 a pull request may close this issue.

2 participants