Forum Discussion
Altera_Forum
Honored Contributor
16 years agoExtract pixel data from video stream
Hi, I am very new to FPGA. I am trying to configure a test system using a video input via Bitec QV card and to output pixel data to an external SPI-controlled display device. The interface to ...
Altera_Forum
Honored Contributor
16 years agoThanks for that. I'll check it out.
From vgs's helpful posts, I was thinking of implementing a new component in SOPC with a Avalon-ST sink to feed into a deep FIFO. The framebuffer can feed into this custom component and the FIFO-full output can control the READY signal. I can then retrieve the data at my own pace from the FIFO into my external device. Of course I don't know how difficult this is but it seems to provide the necessary logic.