You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: