搜索资源列表
fwink-0.9.8.0.src
- 一个从摄像头捕获视频图像的程序。需要依赖MS Platform SDK 和DirectX 9.0 SDK 。支持各种类型的摄像头。-from a video camera captured images of the procedure. The need to rely on MS Platform SDK and DirectX 9.0 SDK. Supports all types of camera.
LiveVideo_src
- This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the video from various video devices includi
Video_capture
- 多种渠道视频采集源代码This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the video from various video devi
taksi_src_Menace
- 录像软件, 需要安装DirectX SDK 8.0 以上。 录像时,CPU负荷小,画面清晰。 -video software, the need to install DirectX SDK 8.0 and above. Video, CPU load small, clear picture.
Dscap
- Dscap is a modified version of the video capture sample of DirectX 8 SDK. Each modification is marked by // #### in the source code. The Capture menu contains a MJPEG section.
远程视频监控系统
- 网络视频监控系统!程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\\Program Files\\Microsoft DirectX 9.0 SDK \\Samples\\C++\\DirectShow\\BaseClasses”。
camerads
- 基于VC、DirectShow和OpenCV的摄像头捕捉视频的例子,不需要安装DirectX SDK-Based on VC, DirectShow and OpenCV camera to capture video examples, do not need to install DirectX SDK
CaptureLiveVideofromvariousVideoDevices
- 这是一个捕捉现场视频应用程序,从视频捕获设备和USB连接网络摄像头都在同一个应用程序。我的项目在发展,我需要捕获来自各种视频设备,包括电视视频。虽然,我发现了一些用于捕获视频的来源,这不是效率。所以,这促使我发展自己的独立的应用程序。最初,LiveVideo检测到视频采集卡的可用性和网络摄像头是否附有与否。否则,它显示的信息。 API的大部分职能,从DirectX SDK的使用。essage. Most of the API functions are used from DirectX SDK
100394
- 远程视频监控系统:程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\Program Files\Microsoft DirectX 9.0 SDK \Samples\C++\DirectShow\BaseClasses”-Remote vide
AMCap
- 微软的视频音频捕获软件amcap源码,需安装Microsoft DirectX 9 SDK-Microsoft video and audio capture software amcap source code, you need to install the Microsoft DirectX 9 SDK
MFC-1234321
- 基于MFC实现的远程视频监控系统源代码 程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。-MFC implementation of remote video surveillance system source code program runs in Windows 98/2000/XP/2003 platform in VC++ 6.0. NET debuggi
camer
- 近红外和可见光双CCD摄像机的视频采集和基本图像处理程序(需要directx sdk支持)-Near-infrared and visible dual CCD camera video capture and basic image processing program (requires directx sdk support)
DirectShow
- 從DirectX SDK 9.0b 單獨取出DirectXShow:安裝SDK後,可參考C:\DirectShow\Capture目錄下AMCap例子的設置,主要如下: 1、 project->setting,在c++選項卡,分類->Preprocess附加包含路徑 C:\DirectShow\BaseClasses。 2、 link選項卡,分類->general對像/庫模塊: C:\DirectShow\BaseClasses\Debug_Unicode\
GraphEdit10
- Microsoft DirectX SDK 中提取的 DirectShow Graph 图表工具,通过这个工具,可以很直观地看到 Filter Graph 的运行及处理流程,方便进行程序调试以及各种音视频处理。