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

搜索资源列表

  1. USBCamera201310101556

    0下载:
  2. vs2010上做的基于DirectShow的usb摄像头的视频采集程序,可拍照。-vs2010 done on usb camera based on DirectShow video capture program, you can take pictures.
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1592686
    • 提供者:邵威
  1. VODDev

    0下载:
  2. 视频点播系统,该系统核心界面有三个:登陆、服务器和客户端界面。数据库服务器存放媒体服务器中的媒体Media清单和用户数据。当VOD客户端登陆媒体服务器后,可以下载Media数据进行播放。VOD服务器进行媒体管理和用户管理。用到的技术有MFC GUI,socket编程,数据库访问和操作,DirectX中的DirectShow,组件和动态库-Video-on-demand system, the core of the interface has three: landing, the server
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1773072
    • 提供者:兵戈宝牛
  1. transform-IYUV-to-RGB24

    0下载:
  2. 使用directshow设计一个filter,将IYUV格式视频转换为RGB24格式-Use directshow design a filter, will IYUV format video into RGB24 format
  3. 所属分类:DirextX

    • 发布日期:2017-04-02
    • 文件大小:905787
    • 提供者:laimingzhi
  1. TestMedia

    0下载:
  2. 利用directshow播放视频,实现多媒体播放。-Use directshow video, multimedia playback.
  3. 所属分类:DirextX

    • 发布日期:2017-04-06
    • 文件大小:1407
    • 提供者:zhangtao
  1. CVMFC

    1下载:
  2. C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理   使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序
  3. 所属分类:Windows Develop

    • 发布日期:2015-04-07
    • 文件大小:5444608
    • 提供者:apudn58
  1. p2p

    0下载:
  2. 基于DirectShow的P2P网络视频采集、传输与播放系统-DirectShow-based P2P network video capture, transmission and playback system
  3. 所属分类:DirextX

    • 发布日期:2017-05-24
    • 文件大小:7903703
    • 提供者:常泽华
  1. monitor

    0下载:
  2. 这个是使用directshow编写的视频播放小工具,是命令行界面的-This is written using directshow video player gadget that is a command-line interface
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-17
    • 文件大小:4221771
    • 提供者:wang
  1. VideoPlay

    0下载:
  2. 利用DirectShow技术开发的一款视频播放器软件,支持多种视频、音频格式,如MPG、AVI、RMVB、MP3、MID、WA、MOV、QT、WMV、WMA、ASF等-Use DirectShow technology development of a video player software that supports multiple video and audio formats, such as MPG, AVI, RMVB, MP3, MID, WA, MOV, QT, WMV, W
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:221555
    • 提供者:刘毅
  1. CameraDs

    0下载:
  2. 利用摄像头+DirectShow实现预览和实时拍照功能,其中有一个视频监控编程很有用的类,通过该类可以很好的实现实时监控,还有拍照功能,为以后的监控系统打下良好的基础!!具有良好示范的作用--The use of camera+ DirectShow implementation and real-time camera preview function, including a video surveillance program very useful class, through the
  3. 所属分类:DirextX

    • 发布日期:2017-05-02
    • 文件大小:1023991
    • 提供者:唐僧拉发
  1. VC-PP-VMR-video-capture-display

    0下载:
  2. 码简介: VC++ 编写开发的VMR视频采集与显示程序源代码,采用directshow 和vmr7 控制视频采集卡,采集并显示视频 ,VC6.0下调试通过。测试时需要安装好测试所需的摄像头、采集卡等硬件设备。本源码主要是想让学习一下VC++的视频采集技术。-Code Descr iption: Written in VC++ development VMR video capture and display program source code, using dire
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-26
    • 文件大小:32736
    • 提供者:hgkjdg
  1. DxFiltersTest

    0下载:
  2. 在写视频播放程序的时候,同学们有没有发现, release的时候,会返回S_FALSE或者其他什么错误。Filter与Pin之间是有关联性的,这个没释放的时候,另一个是无法真正释放。如果你找不出什么原因的话,你可以下载下来看看,对比一下,是不是你哪里忘记释放了呢-DirectShow: failed to release filter or pin? now, look at this, and compare it with your code, you will find out the B
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7470
    • 提供者:朱洪祥
  1. Preview

    0下载:
  2. 使用directshow进行的摄像头预览、拍照和录制视频等功能-Camera s Preview take picture and record vedio using DirectShow With VC++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:281020
    • 提供者:venus
  1. directshowPlayer

    0下载:
  2. 基于directshow 的视频播放器,可以采集摄像头图像,截图保存为bmp-a vedio player based with directshow framework, can get data camera & save snap as bmp
  3. 所属分类:DirextX

    • 发布日期:2017-06-03
    • 文件大小:14908267
    • 提供者:chensj
  1. dianshi

    0下载:
  2. 可以连接图传设备或者摄像头显示实时视频,基于directshow技术进行图像编码获取显示-You can connect the camera image transmission device or display live video, image coding based on directshow technology acquisition display
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:123201
    • 提供者:陈伟
  1. simplest_directshow_example

    0下载:
  2. 本程序包含了DirectShow开发的示例程序。适合DirectShow初学者进行学习。 它包含了以下几个子程序: simplest_directshow_player: 最简单的基于DirectShow的视频播放器。 simplest_directshow_player_custom: 最简单的基于DirectShow的视频播放器(Custom)。 playerGUI: 最简单的基于DirectShow的播放器-图形界面版。 simplest_directshow_info
  3. 所属分类:DirextX

    • 发布日期:2017-05-18
    • 文件大小:4617881
    • 提供者:your name
  1. play

    0下载:
  2. 使用VS的MFC编程写的视频播放器,需要搭建DirectShow SDK环境,-The MFC programming using VS write video player, you need to build the DirectShow SDK environment,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-17
    • 文件大小:58403840
    • 提供者:eom
  1. amcap

    0下载:
  2. 使用directshow操作摄像头、获取摄像头图像、保存视频文件-Use directshow to operate the camera, get the camera image, save the video file
  3. 所属分类:DirextX

    • 发布日期:2017-05-05
    • 文件大小:97444
    • 提供者:l
  1. basis

    0下载:
  2. 车型识别的程序,主要演示了视频图像处理的基本方法,通过directshow读取视频-Vehicle recognition program, mainly illustrates the basic method of video image processing, read through the directshow video
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:1550336
    • 提供者:Ajexvnder
  1. conjroucamerafrom

    0下载:
  2. DirectShow捕捉视频,从摄像头当中捕获视频,暂时控制面板-DirectShow capture video, capture video a camera, a temporary control panel
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:26387
    • 提供者:DHZX-250769
  1. test

    0下载:
  2. DirectShow采集视频,代码简洁,并提供保存为bmp和yuv文件的功能,稍作修改,可直接用于工作中。-DirectShow capture video, code concise, and provide save as bmp and yuv file function, slightly modified, can be used directly in the work.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-12-11
    • 文件大小:1652530
    • 提供者:李国平
« 1 2 ... 13 14 15 16 17 1819 »
搜珍网 www.dssz.com