I have configured my video window1 to accept 16bits per pixel in YUV4:2:2 format. The image to be displayed doesnt have any colour components and is a grayscale image. My capture driver accepts 8 bit grayscale data only. I manipulate to make it in YUV4:2:2 format by copying 0x80 in place of U and V data and on my composite video driven CRT display, i get a grayscale image.
The same system has to now support image on a Digital LCD which takes RGB666 format as input. I didnt do any change on the number of pixels and my manipulation of converting 8-bit grayscale to 16bit YUV4:2:2 data continues here also. But i am getting colour shades of yellow and green on the displayed image on the digital LCD.I am suspecting on whether the VPBE would be able to convert 16bit YUV4:2:2 data to RGB666 digital output or not. Please help me to resolve this.