搜索资源列表
JieQuAvi2
- 从avi视频文件中截取一帧,用于图像处理-from avi video files an interception for Image Processing
capture_video_frequency
- VC++实现AVI文件的图像截取,Cavi类中的pData缓冲区存放AVI文件中的具体某一帧图像数据,同时Cavi类的m_pBMI为BMP图像文件信息结构,这时可以根据图像的大小定义BMP图像文件头结构-VC AVI file image interception, Cavi type of buffer storage pData AVI file of a specific frame image data, while the m_pBMI Cavi type of BMP image f
VCapture
- 一个利用Video for Windows在 C++Builder编程环境下进行视频捕捉的一个实例。本 程序能够实现对输入的视频流的实时显示和捕获,包括 单帧图像的抓取和将一段视频流保存为AVI文件,同时 还可以对视频源的相关设置进行调整 -a use Video for Windows Programming in C Builder environment for inspection Frequency captured an example. The process
vscap2.0
- 1.解决了不能将avi文件保存在含有中文字符的路径下: 将AVISaveV()函数替换为AVISaveVW(()函数. 修改部分在Merge_Video_And_Sound_File()函数中: fccHandler[1] = galpAVIOptions[1]->fccHandler wchar_t * wout //2008.4.3 pm wout=output_avi_path.AllocSysString() //2008.4.3 pm
shipingjiankong
- 简介:基于vc 用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。
AviWriter
- 使用Picolo Diligent采集卡,采集avi文件或图像
aviFileWrapperDemo_src
- 一个AVI文件和BMP文件互相转换的程序,用C#编写,实现从avi文件中提取每一帧BMP图像,并可以把这些BMP图像重新组成AVI文件
usb_camera_capture_vc6
- 介:基于VC用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。-use vc++ usb camer capture source code.
Camera02
- 录制USB摄像头到AVI格式的文件,实现视频的保存和调整图像质量-Recording USB camera files to AVI format, save and adjust the image quality of the video
SPJK
- 基于vc 用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。-Vc-based USB camera for capturing video, and can be saved as AVI files, capture into a single frame can be a single image file, set the compression format can be used for beginners to learn
aviandframe
- 从AVI中捕获一帧图像并保存成bmp文件-AVI and frame save tobmp
CameraCapture
- 基于MFC类库,可以播放AVI文件,以及从USB摄像头实时采集图像-use MFC class lib to play avi file and to capture the camera picture and display the picture realtime.
SaveAviFromCamera
- 将USB摄像头获取的图像,保存为AVI文件-save the Image sequence as avi file from usb camera
VidTest
- 介绍了如何从AVI视频流中获取任意帧的图像数据并存储成AVI视频剪辑或者BMP文件,实现视频捕捉-Access to any frame from the AVI video stream image data and stored into AVI video clip, or BMP file to achieve video capture
KeyFrame
- 从.avi视频文件中获取所有帧图像,并且以.bmp格式保存到本地文件夹中。-Get all the frame images .avi video file and save to .bmp format to a local folder.