Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDE2-115 board and D5M Camera -- Neighbourhood Operations on Image
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. ...
Altera_Forum
Honored Contributor
12 years agoWhen 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.