Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to obtain images from SD-RAM?
I am working on a final year project to detect human figure in an image from cameras using verilog code. The platform used in the project is a DE2 board(Cyclone EP2C35F672C6N) and D5M(camera). ...
Altera_Forum
Honored Contributor
15 years ago1 - use a technique called double-buffering: capture in one buffer, process in another. When a new frame starts, capture into the second buffer, process the first. Use as many intermediate buffers as you want.
2 - yes, you can do very advanced image manipulation in Verilog. It just depends on the algorithm and how much time you need to spend implementing it whether it's worth it or not. Best regards, Ben