Hi, it seems that this wrapper does not support Bayer conversion, am I right?
I can only get a grayscale image in my DALSA Nano-C2420.
The C++ code for this conversion in the examples of the GigE-V SDK looks like this:
context.format = Convert_SaperaFormat_To_X11( pixFormat);
context.depth = pixDepth;
context.convertBuffer = malloc((maxWidth * maxHeight * ((pixDepth + 7)/8)));
context.convertFormat = TRUE;
Is there any way to achieve the same (colored image) with this wrapper?
Hi, it seems that this wrapper does not support Bayer conversion, am I right?
I can only get a grayscale image in my DALSA Nano-C2420.
The C++ code for this conversion in the examples of the GigE-V SDK looks like this:
Is there any way to achieve the same (colored image) with this wrapper?