搜索资源列表
基于VFW机制的USB视频采集程序
- 基于VFW机制的USB视频采集程序,采用多线程编程技术,可动态捕捉单帧图像保存到硬盘,
视频监控
- 基于vc 用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。
VFW
- 在vfw视频捕获过程中如何截取单帧图象图片截取-VFW video capture in the process of how the single-frame image picture interception interception
shipindanzhentuxiang
- 可以从一段视频流中获取图像,支持单帧获取-From a video stream to obtain images, support for single frame acquisition
matlaship
- 该程序可以把avi格式的视频转换为单帧图像存储起来,用起来方便,很实用-The program can convert avi video format for the single-frame image storage, and convenient to use, very practical
GetVideo
- 视频捕捉,并且可以设置格式,图像源,压缩等。而且可以捕捉视频并保存为avi格式的文件。还可以捕捉单帧图像,捕捉后在画图中粘贴即可。-Video capture, and can set the format, the image source, compression. And can capture video and save it as avi format. You can also capture single frame images, captured by the pasted
get_frame_from_AVI
- 视频图像处理第一步,从AVI视频流中获取单帧的图像数据,调试通过,初学者试试。 -Video image processing step, from AVI video stream for single frame of image data, debugging through, for beginners to try.
ffmpe-videoToimage
- 使用FFmpeg将视频处理生成单帧的图像,建议不要使用太大的文件测试,生成文件可能非常大,具体处理类型与所安装ffmpeg有关-Use FFmpeg video processing to generate a single frame image is not recommended to use large files test, the generated files can be quite large, to deal specifically with the type of ins
VFWDemo
- 通过一个vfw的简单例子改的,能把单帧视频数据转换成内存bmp,这样就可以用自己熟悉的方式处理摄像头数据了.-Change through a simple example of a vfw, can single frame of video data converted into a memory bmp, so that you can familiarize yourself with the manner the data of the camera.
VideoforVC
- 通过VC实现视频采集、预览,选择压缩器(视频文件可是大得惊人!)进行压缩、解压,回放。抓取单帧图片保存等-Through VC video capture, preview, select the compressor (large video files, but amazing!) Compression, decompression and playback. Crawl save a single frame images
vfw_
- 基于vfm的视频捕捉,能实现设置捕捉的格式,设置压缩,单帧捕捉和定帧捕捉-Based the vfm video capture, you can set the capture format, set the compression, single frame capture and freeze frame capture
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通