Altera_Forum
Honored Contributor
14 years agoImage Display/Processing
Hi all.
First of all, I am a beginner. I know a little of FPGA and CPLD. I have just recently studied VHDL (on my own using tutorials in the internet) and read a little about Verilog. Basically, only the coding part but I am not really good at it and its applications. Now, I have a DE1 from TerASIC and I am interested in displaying an image in my monitor through the VGA port. I already know how to make the VGA work. What I do not know is how to display an image (e.g. bmp,jpeg, etc.) I figured it must be saved to a memory then access it, but i dont know how. I also want to display text. I can do this by manually changing the color of each pixel but this is tedious. In microcontrollers, I used Font ROMs but I do not know how to implement this in VHDL. My goal is to, someday, use a camera as input, then grab a frame, and then display on the monitor. If anyone can point me to the right direction, share references, share codes (if it is not too much), or reading materials, it would be greatly appreciated. Thanks, Glenn