Altera_Forum
Honored Contributor
17 years agoBitec hsmc dvi / Image&Video processing
Board: Altera Cyclone III
Daughtercard: Bitec DVI card (only DVI in and DVI out, nothing else. http://www.bitec.ltd.uk/hsmc_dvi.html) Software: Quartus 8.1 Hi Everybody, So I have DVI input and DVI output using the aforementioned set and Bitec's " dvi 1024x768 loop-through c25 eval (beta) " bundled software. This program tripple-buffers the input on DDR SDRAM and then outputs. Its is running without any problems. So I can get the exact copy of my DVI input as my DVI out. my goal for now is to be able to change the color of some part of the screen (say a square or something.) while the rest of the screen looks normal on dvi out. And I preferably want to do it without using SOPC Image and video processing tools because I need to modify my code for extra manipulations on the display screen in order to reach my main goal. If SOPC is the way to go though, I wouldn't mind at all. My problem is that I am a newbie and I don't know how you work on pixels in FPGA environment using VHDL. any start up ideas on how to implement this thing would be highly appreciated. any sample code to work on pixels, etc. I looked up at Avalon S-T architecture and all that but as of now I can't combine all that info together. another thing, should i use vhdl (i think the bundled software was written in vhdl)or can i do this using nios hence by using c ?