CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DirectShow 采集

搜索资源列表

  1. 采用directshow的视频采集技术在MFC模块下的实现

    1下载:
  2. 采用directshow的视频采集技术在MFC模块下的实现-video capture directshow MFC
  3. 所属分类:视频捕捉/采集

    • 发布日期:2013-12-20
    • 文件大小:2253570
    • 提供者:zhuangtong
  1. VideoTestSource.zip

    0下载:
  2. 实现了directshow中的一个source filter,可以捕捉采集的视频,输入支持PAL制式和NTSC制式,输出支持RGB和YUV格式。,Directshow implementation of a source filter, can capture video collection, input support PAL and NTSC standard formats, support for RGB and YUV output format.
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:41496
    • 提供者:davidlee123
  1. Video

    0下载:
  2. 用DirectShow采集视频 H264压缩 分为服务端和客户端 服务端为多个客户端交流做地址交换 网络采用IOCP模式 可以支持N个连接-DirectShow capture video with H264 compression , The program have a server and a client. The server service for IP address exchange. The server use IOCP .
  3. 所属分类:Video Capture

    • 发布日期:2017-05-09
    • 文件大小:2203455
    • 提供者:liuweiwei
  1. D3DXViedoCapture

    0下载:
  2. 利用DirectX与DirectShow,实现的增强现实技术。主要利用DirectShow采集一帧图像成为纹理贴在表面上,再于表面钱叠加虚拟物体。需要DirectX9 SDK,以及DirectShow SDK。-Using DirectX and DirectShow, to achieve augmented reality technology. DirectShow capture primarily used as a texture image attached to the surf
  3. 所属分类:DirextX

    • 发布日期:2017-05-19
    • 文件大小:5219523
    • 提供者:王晨
  1. video-xvid-jrtp.rar

    0下载:
  2. dshow采集摄像头数据,xvid进行编解码,jrtp进行传输,实现图像的传输和播放等,use dshow capture the camera data,and use xvid en/decodec, transmiter by jrtp,then the video can display
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-22
    • 文件大小:788280
    • 提供者:李浩
  1. Dsound.rar

    1下载:
  2. 使用DirectSound技术进行音频采集的范例,a sample of Audio collecting with DirectShow technology
  3. 所属分类:Audio program

    • 发布日期:2017-04-10
    • 文件大小:1885516
    • 提供者:易明
  1. CVMFC

    1下载:
  2. 在MFC中使用OpenCV。 调用 OpenCV 函数实现图像文件的输入、输出以及处理。使用 DirectShow 实现图像的视频采集,也调用 OpenCV 函数实现,可实现高分辨率图像的采集。采用 Win32 的 DIBSection 实现图像的显示,调用 Windows API 函数。-MFC_OpenCV_DirectShow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4277283
    • 提供者:陆宗骐
  1. CVMFC

    0下载:
  2. 本程序是在 MFC 中使用 OpenCV 的演示程序,由3部分组成。 1、Windows 下用 MFC 编制的程序框架;2、调用 OpenCV 函数实现处理;3、用 DirectShow 编制的视频采集程序-This procedure is used in OpenCV MFC demo program consists of 3 parts. 1, Windows programs under preparation with the MFC framework 2 OpenCV fu
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8311387
    • 提供者:许红梅
  1. CamShift

    0下载:
  2. 基于OpenCV的视频目标跟踪源码。输入的可以是视频文件或摄像头采集。-OpenCV canny a subject.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:5399
    • 提供者:CoolFighter
  1. IPmulti

    0下载:
  2. 一个由台湾人编写的课程设计---IP多播 流媒体影音传输,涉及到视频采集,编码(directshow),传输(jrtplib),解码,播放。我做毕业设计时参考过。 其中包括整个程序的框架说明ppt,相信对大家非常有用,其中注释为繁体中文,可用ue阅读源文件,不过不是很多。-The people of Taiwan to prepare a curriculum design--- IP multicast streaming media audio and video transmissio
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:1007080
    • 提供者:pjl
  1. MorDirectShowFilter

    0下载:
  2. 这是RTP DirectShow Filters服务器与客户端可执行程序源码与服务器端代码,支持 RTP, RTCP, RTSP and SDP协议.-This is a RTP DirectShow Filters server and the client-side executable program source code with the server-side code, support for RTP, RTCP, RTSP and SDP protocols.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-09
    • 文件大小:1976133
    • 提供者:张艾芸
  1. VideoCap

    0下载:
  2. DirectShow 中的视频采集程序.代码完整.可以直接使用-DirectShow video collection procedures. Code integrity. Can be directly used
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:142521
    • 提供者:DW
  1. video_monitoring-system

    0下载:
  2. 用DirectShow技术和用户数据报(UDP)协议进行网络视频监控。该系统以VC6.0为开发平台,实现了远端视频采集、MPEG4编解码、网络发送、接收和远端视频实时播放.详细介绍了网络发送过滤器和网络接收过滤器的主要设计步骤及应用方法,实验结果表明了远端接收的视频具有良好的视觉效果和实时性.-Use DirectShow technology and User Datagram (UDP) protocol for network video surveillance. VC6.0 for t
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:377638
    • 提供者:lalula
  1. videoCaptrue

    0下载:
  2. 采集卡成像源码,用DirectShow实现,功能不错,支持多路采集-Acquisition Card source imaging, using DirectShow to achieve, function well in support of multi-channel acquisition
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:416247
    • 提供者:赵青
  1. MultiVideo

    0下载:
  2. 用DirectShow实现的双摄像头视频采集程序,功能很全面,效果很好-Achieved with dual cameras DirectShow video capture program, function very comprehensive, good results
  3. 所属分类:DirextX

    • 发布日期:2017-06-22
    • 文件大小:43120502
    • 提供者:高志敏
  1. Embeded_h264

    0下载:
  2. 本系统在mini2440开发平台下实现了视频的采集、压缩、传输及Windows系统下实现实时视频播放。本设计采用USB摄像头的驱动模块Video4Linux实现视频采集,采用T264实现视频的压缩,采用UDP协议实现视频传输,监控端采用T264解码后使用Directshow技术播放。图象清晰,实时性较好,达到了监控目的。-This system mini2440 development platform enables video capture, compression, transmissi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-20
    • 文件大小:6090899
    • 提供者:肖鸽
  1. VideoWaveSDK

    0下载:
  2. VideoWaveSDK文档,不错的DirectShow编程参考。 通过VW SDK DirectSHow版本你可以控制VW卡实现视频,音频采集,播放;亦可以设计基于DirectShow的各种视频应用程序。随VW SDK DirectShow版本,提供一个应用程序设计范例和一个网络视频应用API库用于创建网络组播应用-VW SDK DirectShow document with good examples for DirectShow programming.
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:461223
    • 提供者:wolf
  1. opencv_D3D_AR

    2下载:
  2. 本程序是AR技术的应用,采用openCV结合DirectShow采集视频图片,达到识别图像卡片,计算出现实坐标位置,达到增强现实的目的,并且结合了DirectX3D作为模型渲染引擎,对于AR技术和模型渲染有很好的研究参考价值 -This program is the application of AR technology, combined with the use of openCV DirectShow video capture pictures, picture identificat
  3. 所属分类:Graph program

    • 发布日期:2014-06-18
    • 文件大小:27533312
    • 提供者:老两
  1. VB.NET_Directshow_cameraCapture

    0下载:
  2. VB.NET_Directshow 关于视频采集的,测试过用-VB.NET_Directshow on the video capture, and tested with the
  3. 所属分类:VOIP program

    • 发布日期:2017-04-04
    • 文件大小:217815
    • 提供者:夏小飞
  1. DXAMCap

    0下载:
  2. DirectShow摄像头视频采集程序代码,vc2005下运行,支持USB摄像头-DirectShow camera video capture program code, vc2005 run, support USB camera
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:6722110
    • 提供者:hzh272
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com