Peripherial drivers for all the different interfaces on the DE2 board

To save the Zip file left click on the file . This will open the Save As window, allowing you to choose where to save the file.

File Description
DE2 video camera driver_ This zip file contains the project to capture video from a camera, save it in SRAM memory and then display the video in real time to a monitor.
There are four different modules:
1) TV decoder driver- this configures all the signal to properly capture video from a camera and then`store it in the SRAM memory on the DE2 board.
2) I2C driver - this configures the serial clock and serial data lines so the internal registers on the TV Decoder can be accessed and wrritten to. The internal registers need to be programmed to capture camera video in the proper NTSC format.
3) video out driver - this configures the video out chip to display video on a monitor from on board SRAM memory on the DE2 board.
4) main program - this modules makes sure that data is properly updated in SRAM memory so you can have real time video.