搜索资源列表
lcd.tar
- Source files for pxa LCD driver ======================================== The packet contains the files that is listed below driver files /SOURCE/drivers/video Makefile fbcon.c fbmem.c pxafb.c pxafb.h /SOURCE/include/linux linu
CT675_ReleaseV100.rar
- 其乐达(Cheertek)LCD驱动芯片(CT675)的C51源代码,代码结构清晰,可读性强。该芯片整合了Video-Decoder, Scalar, T-con及LED Backlight Driver,可驱动3.5~10.2”模拟/数字屏;接收输入信号CVBS/S-video/RGB/YCbCr/CCIR656。目前该方案主要应用产品有Portable DVD/Portable TV/Car TV/数码相框/可视门铃等中小尺寸视频产品。,Cheertek (Cheertek) LCD Dri
GN(genesis).rar
- 大名鼎鼎的GN:genesis的相关开发资料 做液晶电视,以及OSD字符叠加以及高级视频控制的朋友可以来看看,这些资料可是要和GN签订保密协议才会给的!,Famous GN: genesis of the relevant information to do the development of LCD TV, as well as the OSD characters, as well as advanced video overlay control friends can look at
DE2_TV_PAL
- 在DE2板子上实现的PAL制视频输入,在VGA显示器上显示的工程,包能用。不像现在网上流传的那个板本!-Implemented on the DE2 board PAL system video input, VGA works on display, including the can. Unlike the spread of the Internet that is now on board!
car_tv
- 车载电视原理图,包括DVD,SD卡,U盘读取播放功能,有AV/S/CVBS视频输入功能-Car TV schematic diagram, including DVD, SD card, U disc player to read, and AV/S/CVBS video input
yuv420ToRgb565
- 功能:(ov511) 1、YUV420 格式采集视频数据 2、将YUV420 视频数据转成 RGB565 在320*240RGB LCD 16bpp 上显示 3、采用查找表及移位技术解决浮点运算耗时问题,提高LCD刷新屏幕的频率,无闪烁。-Function: (ov511) 1, YUV420 format video data collected 2, YUV420 video data into RGB565 in 320* 240RGB LCD 16bpp display 3,
v4l2-video-capture
- 在linux系统下采用v4l2框架实现对摄像头视频的实时采集,并且在Qt界面上显示,可以运用在linux PC机上,也可以用在嵌入式系统下/-V4l2 linux system used under the framework implementation of real-time collection of video camera, and displayed on the Qt interface can be used in the linux PC machine can also b
C51-LCD
- 基于C51开发的 LCD+视频+代码+超强功能+电路图.-C51-based development LCD+ Video+ Code+ Superacid functional+ Circuit.
CAM_test.tar
- OV511和zc301的视频采集程序,生成YUV格式的原始视频-OV511 and zc301 the video capture program to generate the original YUV format video
camera_up
- Camera Interface模块是视频输入转换存储模块。该模块一端接通用的video camera设备,另一端接AHB总线。实现了将Camera捕捉到的数据进行转换、并通过DMA存储到memory中。该IP支持ITU-R BT 601/656 8-bit 模式。支持YCbCr, RGB格式输入。可以将camera产生的YCbCr信号转换成24bit RGB 信号,然后下采样生成16bit RGB 5:6:5的LCD能直接读取显示的数据。该设备支持图像的镜像和翻转,以便适应手持式设备在移动环境
DE2_70_TV
- --- --- --- -Verilog--- --- ---- This design converts DVD video into a format suitable for display on a CRT/LCD monitor. A DVD video source, such as a DVD player, should be connected to the VIDEO IN port on the DE2-70 board. A CRT/LCD monitor shoul
DispLCD_2440
- This function Demo How to Setup LCD in WinCE5.0,You can see LCD init and seting logic for transferring LCD image data from a video buffer located in system memory to an external LCD driver.You can build it in WinCE 5.0,This demo is working in SAMSU
ourdev_247126
- his design converts DVD video into a format suitable for display on a CRT/LCD monitor. A DVD video source, such as a DVD player, should be connected to the VIDEO IN port on the DE2-70 board. A CRT/LCD monitor should be connected to the VGA port. The
video
- lcd驱动,linux2.6.13内核的驱动。覆盖video文件夹即可。-lcd driver,linux2.6.13 kernel diriver.override file to the floder is ok.
AML_IC
- 1 Introduction The AML7228 A/V processor is a complete integrated system targeting all types of Audio/Video decoder applications that provide connectivity to hard disk, digital camera, memory cards and other external digital consumer devices
video_in_process_out
- Balckfin533/561 This is a video input and output (for LCD) source code, you can BF533 and BF561 on the run, I passed the test
linux
- 关于嵌入式linux实现usb视频采集LCD实现以及远端监控的资料。从usb驱动到开发板2410上的具体开发过程都有 ,内容非常全面。-On the realization of embedded linux video capture usb and LCD to achieve remote monitoring information. From the usb drive to the 2410 on the development board has a specific develo
CRT-LCD-PDP
- 视频图像是安防监控系统的重要信息来源,为现场发生的事件提供最重要的信 息和证据。而视频图像显示设备在显示和还原现场图像,供人员监视观看、及时发现现场的情 况中,起了关键的环节作用。实际中,应根据不同的环境要求,结合显示器的特点,选择不同 类型的显示设备,以达到最佳效果。-Video security monitoring system is an important source of information for on-site events to provide the mos
Linux-driver-development18
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vis
Linux下LCD视频显示源码
- 本代码是在Linux环境下LCD视频显示源码(Linux under the LCD video display source)