Altera_Forum
Honored Contributor
14 years agoRaw imagedata on flash to screen, which components do I need
Hello
I have a small problem I'm using the 5MP camera and a LCD screen. The captured video is being showed on the screen very well. Now I want to use a kind of overlay for some buttons. That button image is already stored on the onboard Flash (8MB). But because the video is already using the pixel buffer, I cannot add another pixel buffer, I get corrupted video then. (There has to be enough space on the SRAM chip, because the image is 480 x 272 x 16bit > 261120 bytes. It should be possible to use two pixel buffers, because the SRAM is 512 kB. But I don't get it good working. Is there another way to get an image stored on flash (or SDRAM, because I can read the flash) to an avalon streaming source? I already tried the Frame Reader, but that will not work :( Thanks a lot