TRDB_D5M / DE2-115 Capturing Images
Hi all,
I am a student in embedded systems (m.eng.) in Germany and facing some trouble with the Demonstration of the TRDB_D5M Camera.
Link to Terasic-Resources TRDB_D5M
I had no troubles to plugin the hardware and install the demonstration-files. Project is running easy and perfectly like given in point 3.2.
My Question is if there is a better explanation for this demonstration. I am only familair with vhdl and verilog is a bit hard to read for me at the moment. By the huge amount of this project it is not easy for me to get an logical overview about how this is working together and how I can implement my own solution. Especially in the moment I want to find out, how the capturing of the image-data by pressing Key[2] is made. I could find out, that pressing key[2] bring some states that hold on the reading process, but I cant figure out how the imagedata is constantly staying in sram for the vga-output.
So if there is a good guide for this project I would be glad if anyone could handle it to me. If not I would be glad if anyone could help me figuring out how the capturing way is working.
Out of the box: I want finally to realise a project which is sending the captured image to the UART, for doing some object-detection with that image on my computer.