搜索资源列表
OV7660-Code
- ov7660 摄像头 C语言 代码 大家可以看看哦-ov7660 camera C language code we will look at the oh
OV7670initial
- ov7670硬件初始化代码,运行在alteral cyclone 2 fpga上-the hardware initializition of ov7670,running at cyclone 2 fpga platform
OV7670_Verilog
- 硬件方式初始化OV7670代码,使用Verilog,I2C_Controller.v为底层SCCB 驱动文件; I2C_CCD_Config.v为初始化参数在此文件中配置;cmos_top.v为硬件读取OV7670输出时序; 另外需要给OV7670 输入XCLK时钟, 可以是 50MHZ-Hardware initialized OV7670 code using Verilog I2C_Controller.v the underlying the SCCB driver fil
sdram_ov7670_rgb
- ov7670+sdram+vga显示的代码,用verilog写的 ,fpga开发时的参考资料-code ov7670+sdram+vga displayed with verilog written references when fpga development
带FIFO的ov7670 FPGA应用程序,经测试可用
- 这是用Verilog编写的OV7670摄像头驱动代码,带FIFO,经测试可用。(This is written in Verilog OV7670 camera driver code, with FIFO, tested available.)
OV7670
- 基于Verilog的OV7670摄像头I2C代码(I2C Code of OV7670 Camera Based on Verilog)
基于ov7670摄像头的VGA显示(FPGA)
- 系统上电后,先配置 OV7670 的寄存器,配置完后实时采集OV7670 的输出图像存储到DDR2 中,再实时的读出图像数据到 VGA 显示器中显示。代码采用verilog编写,适合开发者学习参考。