Forum Discussion
Altera_Forum
Honored Contributor
14 years agoproblem while displaying D5M image data on LCD using VIP core
Hi all, I'm trying to use the D5M camera and an LTM LCD touch screen connected to DE4 board using Altera VIP open core. The block diagram of my design is described in the attached picture. In Nios...
Altera_Forum
Honored Contributor
14 years agoHello again,
I think that the next step, to debug the system, is to use the TPG and go step by step backward. Check what happen if you place a 800x600 TPG before the clipper? Then continue to the next step, put it before the frame buffer. This can give you better understanding if the frame buffer is working. Regarding input clock and output clock: If you have Frame buffer with adding and dropping capabilities the clocks do not need to be the same and also there is no need for any relationship between them (in other words – no need for synchronization between them). Good Luck!