CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 视频设备

搜索资源列表

  1. source_code_lcd401c.rar

    1下载:
  2. 数字处理电视视频芯片Trident DPTV设备的API源码和使用例子。编译时要修改include和lib配置路径
  3. 所属分类:多媒体

    • 发布日期:
    • 文件大小:2029807
    • 提供者:
  1. 6.4 AVI捕获

    0下载:
  2. AVI视频扑捉 VC源代码 使用该程序的系统需要先安装视频扑捉设备-VC source code that use the procedure system needs to install video capture device
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:3133939
    • 提供者:xcs
  1. vgrabbj-0.9.6.tar

    0下载:
  2. 一种基于Linux的视频捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的用于嵌入式系统之中,也可以作为V4L程序的教学代码。-a Linux-based video capture procedures, compliance with the GPL, streamlined code. VIDEO 4 can be LINUX equipment (such as network camera) the
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:115248
    • 提供者:sunclever
  1. BMP位图文件结构及平滑缩放

    1下载:
  2. 用普通方法显示BMP位图,占内存大,速度慢,在图形缩小时,失真严重,在低颜色位数的设备上显示高颜色位数的图形图形时失真大。本 文采用视频函数显示BMP位图,可以消除以上的缺点。 -using ordinary methods bitmap display BMP, or memory, is slower, the graphics narrow, serious distortion in the low median colors displayed on the device&#
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:范生宏
  1. VideoAudio

    1下载:
  2. 该程序能枚举pc上已安装的视频音频设备并对视频音频采集、保存。-the procedures enumerated pc has been installed on the audio and video equipment as well as audio and video collection, preservation.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:143797
    • 提供者:王林
  1. videoacquisition

    1下载:
  2. 从摄像头等视频输入设备获取视频,转换成avi格式保存。-from top video camera input device access video, convert avi format.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:19471
    • 提供者:赵越
  1. Intel-IPP-samples5

    0下载:
  2. IPP是Intel为PDA等手持设备提供的多媒体库,可以用来处理各种格式的音频视频,同时代码是经过优化的,速度比其他库快好几倍。-Intel IPP for handheld devices such as PDAs for the multimedia library, which can be used to deal with various types of audio and video, while the code is optimized, speed faster than t
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:306268
    • 提供者:郑筱均
  1. VCshipinbuzhuo

    0下载:
  2. 视频捕捉,使用VC++开发,使用时需要有摄象头设备-video capture, use VC development, the need to use a combo device
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:20028
    • 提供者:CodeMan
  1. shipinhuiyi

    0下载:
  2. 视频会议:本程序在 Windows XP、Visual C++ 6.0 环境下编译通过,但需要rtcdll.dll文件(一般在Windows系统安装目录下的system32文件夹中)。另外,需要摄像头和麦克风等设备。-video conferencing : this program in Windows XP, Visual C Compiler 6.0 environment, but the need rtcdll.dll paper (usually in the Windows sys
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:275613
    • 提供者:刘艳
  1. libdev

    0下载:
  2. 用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码,包括1300所有的功能模块,如DMA.pci.timer/interrupt/vi/vo等等。想让1300工作,找部分必不可少!-for TM1300/PNX1300 Series DSP (mainly for video processing) for the equipment FOSS, including 1300 all functional modules, if DMA.pci.timer / inte
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:453439
    • 提供者:陈振
  1. peripherals

    0下载:
  2. 用于TM1300/PNX1300系列DSP(主要用于视频处理)的外部设备的源码,包括1300所有的功能模块,如DMA.pci.timer/interrupt/vi/vo等等。-for TM1300/PNX1300 Series DSP (mainly for video processing) external equipment the source code for all of 1300, including functional modules, if DMA.pci.timer / i
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:432190
    • 提供者:陈振
  1. usb-driver

    0下载:
  2. 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1665161
    • 提供者:吴世华
  1. astrocam[1].tar

    1下载:
  2. mod_astrocam允许通过网络来控制网络摄像机、视频摄像机或是其它类似使用步进马达的设备。它作为一个Apache模块运行。 -mod_astrocam allow the network to control network cameras, Video cameras or other similar use of motor equipment. As an Apache module operation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:25097
    • 提供者:陈凯
  1. NewFile060713New

    0下载:
  2. 使用DirectShow实现多设备视频显示,同时打开多种格式视频,定点播放。-DirectShow multi-use video equipment, opened at the same time a variety of video formats, sentinel player.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:665082
    • 提供者:keqian
  1. spcaview-20051127.tar

    1下载:
  2. 本软件代码是基于linux下进行语音播放、视频显示的一段代码!是开发嵌入式设备的非常好的例子程序-The software is based on the Linux code under the voice playback, the video shows some code! The development of embedded devices very good example of the procedure!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:95212
    • 提供者:陈南洋
  1. Audition

    0下载:
  2. Adobe Audition 是一个专业音频编辑和混合环境。AdobeAudition专为在照相室、广播设备和后期制作设备方面工作的音频和视频专业人员设计,可提供先进的音频混合、编辑、控制和效果处理功能。最多混合128个声道,可编辑单个音频文件,创建回路并可使用45种以上的数字信号处理效果—AdobeAudition是一个完善的多声道录音室,可提 供灵活的工作流程并且使用简便。无论您是要录制音乐、无线电广播,还是为录像配音,AdobeAudition中的恰到好处的工具均可为您提供充足动力,以
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:14857741
    • 提供者:yange
  1. Devices

    1下载:
  2. 枚举出机器上安装的视频采集设备和音频采集设备。该工程中包含一个写日志类,将枚举到的设备名称写入到文件中去。-enumeration out on the machines installed video and audio equipment acquisition acquisition equipment. The project includes a written log category, except to the equipment names written to the doc
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:277261
    • 提供者:ghz_sd
  1. iphone-inline-video-master

    2下载:
  2. video标签在ios设备上,视频播放 会脱离文档。 webkit-playsinline和playsinline: 视频播放时局域播放,不脱离文档流 。但是这个属性比较特别, 需要嵌入网页的APP比如WeChat中UIwebview 的allowsInlineMediaPlayback = YES webview.allowsInlineMediaPlayback = YES,才能生效。换句话说,如果APP不设置,你页面中加了这标签也无效。 如果以上设置都未生效,可以使用iphone-in
  3. 所属分类:网络编程

    • 发布日期:2019-08-03
    • 文件大小:1499136
    • 提供者:包子s
  1. composite_loop

    0下载:
  2. 实现复合视频输入输出,摄像头采用外部采集设备(Implementing Compound Video Input and Output)
  3. 所属分类:DSP编程

    • 发布日期:2019-06-14
    • 文件大小:77824
    • 提供者:robbi
  1. mp4转换器

    2下载:
  2. 专门为PSP、IPOD、手机等移动视频设备设计,能将DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI等视频转换为MP4/3GP/MTV格式。拥有无可匹敌的转换速度和视频质量,可调整视频分辨率、纵横比等(It is specially designed for mobile video devices such as PSP, IPOD, mobile phone, etc. It can convert DivX, XviD, MOV, rm
  3. 所属分类:图形图象

    • 发布日期:2019-09-22
    • 文件大小:3045376
    • 提供者:雷雨2019
« 1 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com