CMOS vga(640X480)camerachip sensor,controlled through the Serial Camera Control Bus(SCCB) interface.
标签: camerachip controlled interface 640X480
上传时间: 2016-11-30
上传用户:changeboy
The vga example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The vga driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
标签: diffusion-limited-aggregation DLA generates 320x240
上传时间: 2014-01-16
上传用户:225588
用fpga实现vga的显示,很好的。能用。分辨率可达1024*680
上传时间: 2016-12-24
上传用户:l254587896
设计并调试好一个vga彩条信号发生器,并用EDA实验开发系统(拟采用的实验芯片的型号可选Altera的MAX7000系列的 EPM7128 CPLD ,FLEX10K系列的EPF10K10LC84-3 FPGA, ACEX1K系列的 EP1K30 FPGA,Xinlinx 的XC9500系列的XC95108 CPLD,Lattice的ispLSI1000系列的1032E CPLD)进行硬件验证。 设计思路 由系统提供的时钟源引入扫描信号,根据vga彩色显示器的工作原理,设计出各种颜色编码和行场扫描信号。将并口线从计算机并口与CPLD/FPGA适配板连接好,然后将vga接口与彩色显示器连接好,彩条信号就可以在显示器中产生,通过按键可以改变产生彩条的方式,共六种彩条信号,两种横彩条,两种竖彩条,两种棋盘格。本实验运用层次化设计出vga彩条信号发生器,由行场信号模块模块和彩条信号发生模块构成,彩条信号发生器的顶层原理图如图10.7 所示.
上传时间: 2016-12-27
上传用户:manking0408
xilinx fpga 做vga驱动信号的Verilog原代码,ise版本9.2,
上传时间: 2017-01-02
上传用户:netwolf
vga的verilog hdl 程序,完成显示长条状显示不同颜色
上传时间: 2017-01-02
上传用户:xsnjzljj
使用方法: vga编程,拷贝到硬盘,用ISE打开工程文件即可
上传时间: 2017-01-03
上传用户:蠢蠢66
vga(or dvi )to usb video4linux api sample
标签: video4linux sample vga dvi
上传时间: 2017-01-07
上传用户:gxf2016
Overview Input Clock = 24Mhz Preview vga 15fps @ 60Hz vga 12.5fps @ 50Hz Capture vga 15fps @ 60Hz vga 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
上传时间: 2013-12-24
上传用户:远远ssad
vga 控制器的verilog 源码 ,fpga上可实现图片的显示
上传时间: 2017-01-14
上传用户:Andy123456