I have a 1D RGB565 array that I get from a camera and would like to convert it to a 3D RGB image.
So the image has QVGA resolution (320x240) and with the RGB565 format that results to a 153600 byte array.
Is there a quick way to convert that to an image, preferably with PIL?
thanks