Lab506-519-VideoDriver

所属分类:DSP编程
开发工具:C/C++
文件大小:2346KB
下载次数:55
上传日期:2006-03-04 15:47:08
上 传 者zsever
说明:  这是DM642EVM 带上摄像头和显示器后的图像驱动程序,可以显示不同制式的视频图像
(onto camera and the image display drivers, can show different formats of video images)

文件列表:
Lab506-519-VideoDriver\build.bat (857, 2003-08-05)
Lab506-519-VideoDriver\cc_build_HD_DISPLAY_ONLY.log (2045, 2005-07-06)
Lab506-519-VideoDriver\cc_build_HD_LOOPBACK.log (2077, 2005-07-06)
Lab506-519-VideoDriver\cc_build_HD_LOOPBACK_PIP.log (135, 2005-07-06)
Lab506-519-VideoDriver\cc_build_NTSC_DISPLAY_ONLY.log (784, 2005-07-06)
Lab506-519-VideoDriver\cc_build_NTSC_LOOPBACK.log (2109, 2005-07-06)
Lab506-519-VideoDriver\cc_build_NTSC_LOOPBACK_PIP.log (2215, 2005-07-06)
Lab506-519-VideoDriver\cc_build_PAL_DISPLAY_ONLY.log (2146, 2005-07-13)
Lab506-519-VideoDriver\cc_build_PAL_LOOPBACK.log (2092, 2005-07-13)
Lab506-519-VideoDriver\cc_build_PAL_LOOPBACK_PIP.log (2198, 2005-07-13)
Lab506-519-VideoDriver\cc_build_scaling_NTSC.log (1506, 2005-07-06)
Lab506-519-VideoDriver\cc_build_scaling_PAL.log (1504, 2005-07-06)
Lab506-519-VideoDriver\cc_build_scaling_QCIF.log (1506, 2005-07-06)
Lab506-519-VideoDriver\cc_build_scaling_USER.log (1506, 2005-07-06)
Lab506-519-VideoDriver\cc_build_VGA_DISPLAY_ONLY.log (2375, 2005-07-06)
Lab506-519-VideoDriver\cc_build_VGA_LOOPBACK.log (2413, 2005-07-06)
Lab506-519-VideoDriver\cc_build_VGA_LOOPBACK_PIP.log (2536, 2005-07-06)
Lab506-519-VideoDriver\hd.paf (29404, 2005-07-06)
Lab506-519-VideoDriver\hd.pjt (2198, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\colorbar.obj (6091, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\evmdm642_vcapparamsNTSC_EMBEDDED.obj (4909, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\evmdm642_vdisparamsHD1080i.obj (7278, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\videocfg.obj (33155, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\videocfg_c.obj (682, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\video_hd.map (74009, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\video_hd.obj (18475, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY\video_hd_display.out (367066, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY (0, 2006-02-21)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY.lkf (744, 2005-07-06)
Lab506-519-VideoDriver\HD_DISPLAY_ONLY.lkv (744, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\colorbar.obj (6091, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\evmdm642_vcapparamsNTSC_EMBEDDED.obj (4909, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\evmdm642_vdisparamsHD1080i.obj (7278, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\videocfg.obj (33155, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\videocfg_c.obj (682, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\video_hd.map (73893, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\video_hd.obj (19973, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK\video_hd_loopback.out (367872, 2005-07-06)
Lab506-519-VideoDriver\HD_LOOPBACK (0, 2006-02-21)
Lab506-519-VideoDriver\HD_LOOPBACK.lkf (713, 2005-07-06)
... ...

# # Copyright 2003 by Texas Instruments Incorporated. # All rights reserved. Property of Texas Instruments Incorporated. # Restricted rights to use, duplicate or disclose this code are # granted through contract. # # # "@(#) DDK 1.10.00.21 06-26-03 (ddk-b10)" TITLE ----- VPORT example (video) USAGE ----- These examples test the video driver on the DM***2 EVM board. The applications use the vportcap and vportdis video mini drivers for video capture and display. The examples cover all supported video formats by the DM***2 EVM: Capture: - Standard-Definition TV: NTSC/PAL Display: - Standard-Definition TV: NTSC/PAL - 16-bit RGB: VGA(***0x480@60Hz), SVGA(800x600@60Hz), XGA(1024x768@60Hz). - High-Definition TV: 480p@60fps, 720p@60fps, 1080i@30fps DESCRIPTION ----------- There are four CCS projects used to build the examples: ntsc.pjt, pal.pjt, vga.pjt, and hd.pjt. These projects cover examples in NTSC, PAL, VGA and HD video formats. In each project, there are three configurations: - DISPLAY_ONLY: Displays a runing color bar. - LOOPBACK: capture and display loop-back. - LOOPBACK_PIP: dual-capture and picture in picture display. The examples use the videoport display minidriver to open the videoport 0 & 1 in capture mode and the video port 2 in display mode. It then programs the video decoders and encoder on the EVM***2 board through I2C before starting capture or display operations. TESTING ------- To run the examples, the following equipment is required: - For NTSC examples: * A NTSC compatible camera with composite(RCA) output. * A NTSC compatible TV monitor with composite or S-Video inputs. - For PAL examples: * A PAL compatible camera with composite(RCA) output. * A PAL compatible TV monitor with composite or S-Video inputs. - For RGB examples: * A NTSC compatible camera with composite(RCA) output. * A computer monitor that is capable of displaying VGA@60Hz, SVGA@60Hz and XGA@60Hz. - For HD examples: * A NTSC compatible camera with composite(RCA) output. * A High-Definition monitor that supports the following HD formats: 480p@60fps, 720p@60fps and 1080i@30fps. KNOWN PROBLEMS -------------- The video driver document (SPRA918) omitted the irqId element from the VPORTCAP_Params and the VPORTDIS_Params structures. This element sets the EDMA interrupt ID.

近期下载者

相关文件


收藏者