FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

DE2-115 board and D5M Camera -- Neighbourhood Operations on Image

Altera_Forum
Honored Contributor II
918 Views

I am using Verilog code which is provided by Terasic, D5M camera's vendor. I understand CCD_capture, RawToRGB, VGA_Contoller modules. However, I couldn't solve the SDRAM controller and other parts. All the things I wanted is to take image with pixel positions. At least, I need to know the RGB intensity values in 3x3 or 5x5 neighbourhood. There are many source code on the web (indeed, upgraded from Altera and Terasic's code) However, all of them are in DE2. Even I changed the pin assignments, there are many errors that I cant change. I need immediate help to finish my term project. Thank you very much for your help!

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
244 Views

When you need to work with pixel blocks you need to save the lines in some kind buffer and then extract single blocks from it for further processing. This can be done using 2 port RAM with different port widths for read and write operations.

0 Kudos
Reply