pyGigE-V
pyGigE-V copied to clipboard
Converting to a four 8bit component for color display (RGBA)
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, We are facing the same problem, did you find any solution?