搜索资源列表
基于VC++远程视频监控系统
- 程序运行在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”。-running Windo
VedioMeeting
- 本程序在 Windows XP、Visual C++ 6.0 环境下编译通过,但需要rtcdll.dll文件(一般在Windows系统安装目录下的system32文件夹中)。另外,需要摄像头和麦克风等设备。-this program in Windows XP, Visual C Compiler 6.0 environment, but the need rtcdll.dll paper (usually in the Windows system directory to install t
DirectShowchengxusheji
- 《Visual C++ 视频音频开发实用工程案例精选》配套光盘中的内容, 编译代码需要Windows XP及其以上的版本,运行程序需要数字电视卡。同时需要安装DirectX 9。-"Video Audio Visual C develop practical projects selected cases" supporting the CD, compiled code and requires Windows XP version of the above, the op
Math_C
- 这是用C#调用Mathematica5.0编写的函数的一些代码 程序要求: 1. Install Mathematica 5.0 2. download Wolfram.NETLink.dll 3. 将Wolfram.NETLink.dll添加到C#的引用中
20053221989
- C++6.0实现语音采集与播放的控件。souce code 中为该程序的源代码 由于编写该控件的过程中用到了Directx8.1 所以需要安装 Directx8.1sdk 在路径中加入所需的lib exe 中的 ocx 用之前需要用regsvr32 进行注册 如果机器安装的Directx版本低与8.1的话不能运行 该控件没有对语音包压缩 所以对网络环境要求比较高 该控件在校园内经过性能测试-C 6.0 Acquisition and voice broadcast controls. China
摄像头视频捕捉系统
- 本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序-this program in Windows 2000, Visual C Compiler 6.0 environment, the need to use a camera and install the associated drivers
sppz
- 本程序已经在Windows 2000、Visual C++ 6.0环境下编译通过。程序可以运行在Windows 98/2000/XP/2003平台下,在Visual C++ 6.0中调试。使用时需要有一个摄像头并安装好相关驱动程序。-This procedure has been in Windows 2000, Visual C++ 6.0 environment compiled through. Programs can run on Windows 98/2000/XP/2003 pla
videodetect
- 视频捕捉系统,本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-Video capture system, the procedures in Windows 2000, Visual C++ 6.0 compiler environment through the use of when the need for a good camera and install the relevant drivers.
FlashPlayer
- 行本实例,需要安装“Shockwave flash object”组件,该组件可以到网上下载,下载完后需要进行注册。 例如该组件名称为“flash.ocx”,并且存放路径为C盘根目录,则注册方法如下: (1)打开“开始”/“运行”菜单,输入“regsvr32 C:\flash.ocx”。 (2)单击“确定”按钮,注册完成。 -Line of this example, the need to install " Shockwave flash object"
video_capture
- 实现视频图像捕捉,本程序在 Windows、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-Video image capture, the program Windows, Visual C++ 6.0 compiler environment through the use of when the need for a good camera and install the relevant drivers.
spbzxt
- 本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-This procedure in Windows 2000, Visual C++ 6.0 compiler environment through the use of when the need for a good camera and install the relevant drivers.
Ginet2000VOD
- 使用须知: 请运行SETUP.EXE进行本软件的安装,本软件自动安装到C:\ginet2000\;同时安装到该目录的文件夹有C:\ginet2000\data数据库目录、C:\ginet2000\singer\歌星图片目录 其中C:\ginet2000\setpara.ini文件保存了系统运行的必需环境: [title] closewindows= 09999999 关机密码 alarmfile= c:\alarm.dat 报警文件路径 netplay=1
FlashBFQ
- 应一些网友的要求,公布播放器的源码。其实最主要的原因是我懒得更新它了。如果你不能编译的话请在Import ActiveX Control中添加c:\winnt\system32\macromed\flash或c:\windows\system\macromed\flash中添加flash.ocx,然后install就可以了,如果您找不到flash.ocx那么请在添加/删除中加入marcomedia shockwave支持或安装flash6。还需要rxlib for d6控件。如果以上您正确安装了
noiseSuppressor
- 噪声抑制的C++代码,要事先安装Intel的IPP多媒体库,效果不错,压缩包里有运行参数说明。-Noise suppression of C++ code, to pre-install Intel IPP multimedia library, good results, compression bag with operating parameters descr iption.
TVideoGrabber7.5
- 这个是一个视频控件,运行环境为c++Builder5、6,非常易于安装使用,可以预览,录像,录音、区域监控,以及使用多播功能。压缩包里面包含有demo多个例子。-This is a video control, operating environment for the c++ Builder5, 6, is very easy to install and use, you can preview, video, audio, regional monitoring, and the use
SparseOpticalFlowDemo
- Sparse OpticalFlow Demo程序,可以从一段视屏或者摄像头中中建立光流。需要安装OPENCV 附属library。然后安装到任何C++编译器下,即可使用-OpenCV optical flow source code,Create optical flow from video or web cam. Need to install openCVlibary into any C++ compiler.
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
cvcam
- 用于获取摄像头,并且进行拍摄。(要装:opencv,在Visual C++的环境下进行运行)-Used to get the camera and shoot. (To install: opencv, in Visual C++ environment to run)
3
- 本程序已经在Windows 2000、Visual C++ 6.0环境下编译通过。程序可以运行在Windows 98/2000/XP/2003平台下,在Visual C++ 6.0中调试。使用时需要有一个摄像头并安装好相关驱动程序。-This program has been in Windows 2000, Visual c++ 6.0 compile environment. Programs can run on Windows 98/2000/XP/2003 the workbench
CapDlgTest
- 摄像头录像程序,录制音频和视频,并且压缩视频文件,改编自微软的amcap,封装后的c++文件,mfc程序可以任意调用。运行程序前,需要先安装directshow9.0b,最好把该程序放在capture文件夹下运行,否则需要配置vs2005安装环境。-Camera recording program, adapted from Microsoft s amcap, encapsulated c++ files, mfc program can arbitrarily call. Run the