文档详情

VGA视频信号详解_maik选编.doc

发布:2017-04-16约5.22千字共10页下载文档
文本预览下载声明
VGA视频信号详解 最近做了一些关于视频的工作,稍微研究了一下V4L2和硬件上的视频知识,其中包括了VGA、component、PAL等信号。在这里总结一下关于VGA信号波形方面的知识。 在学习VGA的视频输出的时候,很容易就可以从网上找到相关的引脚定义: 1 红色视频信号(Red, 75 ohm, 0.7 V p-p) 2?绿色视频信号(Green, 75 ohm, 0.7 V p-p) 3?蓝色视频信号(Blue, 75 ohm, 0.7 V p-p) 4显示器标识信号#2(Monitor ID Bit 2) 5地线(Gnd) 6红色视频信号地线(Red Gnd) 7绿色视频信号地线(Green Gnd) 8蓝色视频信号地线(Blue Gnd) 9未连接(No Pin) 10?同步信号地线(Sync Gnd) 11?显示器标识信号#0(Monitor ID Bit 0) 12?显示器标识信号#1/SDA(Monitor ID Bit 1 or SDA) 13??水平/复合同步信号(Horizontal Sync or Composite Sync) 14??垂直同步信号(Vertical Sync) 15??显示器标识信号#3/SCL(Monitor ID Bit 3 or SCL) 根据上面的定义,可以看出VGA其实就是将我们平??的3基色数据放到了三根模拟信号线中传输。但是我以前错误地认为水平和垂直同步信号是必须的,但是在这次硬件设计的时候发现,一个TI的公板上的VGA只有3基色信号和地,并且在软件调试的时候可以正常的让液晶显示器显示高清画面,所以上网搜索了一下,才发现了VGA的多种同步方式。 VGA接口根据同步信号的不同可分为下列三种: 1.3线同步(绿同步) 2.4线同步(3基色信号+复合同步信号) 3.5线同步(3基色信号+场行同步信号) 首先我先找到了网上较为详细的一篇英文资料:VGA Signal information,大家可以先看看。 Introduction VGA is a high-resolution video standard used mostly for computer monitors, where ability to transmit a sharp, detailed image is essential. VGA uses separate wires to transmit the three color component signals and vertical and horizontal synchronization signals. VGA Signals Like any video format, VGA video is a stream of frames: each frame is made up of a series of horizontal lines, and each line is made up of a series of pixels. The lines in each frame are transmitted in order from top to bottom (VGA is not interlaced), and the pixels in each line are transmitted from left to right. Separate horizontal and vertical synchronization signals are used to define the ends of each line and frame. A composite synchronization signal (actually an XOR of the horizontal and vertical signals) is also encoded on the green color channel. The ADV7125 video DAC reads an 8-bit value for each of the red, green, and blue channels on each cycle of the pixel clock. There is a two-cycle pipeline delay between when the digital codes are read by the DAC and when the corresponding analog voltages appear on the DAC outputs. The RGB input signals
显示全部
相似文档