Hi all,
We interfaced LTE430WQ-F0C of resolution 480*272.
We modified vpfe interface.
Video format from camera is UYVY and the display format is RGB.
I am getting video in LCD but some color pattern is coming once VPBE is
initialized.
Color patten is violet in color.
memset((void *)dm->osd0->fb_base, 0x00, dm->osd0->fb_size);
memset((void *)dm->osd1->fb_base, 0x00, dm->osd1->fb_size);
memset((void *)dm->vid0->fb_base, 0x00, dm->vid0->fb_size);
memset((void *)dm->vid1->fb_base, 0x00, dm->vid1->fb_size);
For the above setting i am getting some green and blue mixed colors in LCD.
I just want to clear the color pattern while booting as well as overlay of
colors when i display the video from camera.
Is it the problem of sync or any setting.
Suggest me.
Regards
Kirthika
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source