搜索资源列表
AviCap_demo-1
- 这是一个用VC++开发的视频采集的程序,不但可以回放视频,还可以保存视频和图片-This is a VC++ video capture application with the fuction of video playback ,and you can also save the captured video or iamge.
vgrabbj
- 视频捕捉,用一个抓图应用程序进行测试,进入/test 目录,敲入./vgrabbj -f /tmp/1.jpg。应该会在/tmp 目录下生成一张摄像头拍摄的图片了。-video capture with a screen in application testing, access / test directory, Knock. / vgrabbj-f / tmp/1.jpg. Should the / tmp directory generated a camera shooting p
VC编写的图片验证系统
- Internet图片验证码系统@5,VC编写的图片验证系统-Internet certification system @ 5 yards, VC prepared by the photo verification system
getimageDirectShowMpeg
- 使用DirectShow播放Mpeg等媒体类型,并从中抓取图片 使用说明:编译本程序必须安装DirectX开发包-use DirectShow Mpeg players such as media types, and the use of pictures from the crawl Note : Build this program must install DirectX Development Kit
del4668822444
- 播放mp3 展示图片 摄像头捕捉 有什么好的建议告诉我-display MP3 player camera to capture images have any good suggestions told me
EvsVideo
- 基于SDK3000图象采集卡的视频捕捉程序,并可以将视频流保存为AVI格式的视频文件或抓取图片.-based image acquisition card SDK3000 the video capture process, and video streams can be preserved for the AVI video file format or capture images.
854Bmp2yuv123
- 一个把BMP图片转换为YUV格式的好东西,大家可以拿来用哦,真的很不错哦-put a BMP images YUV format conversion to the good stuff, we can later be used for, oh, oh, is really quite
rgb2yuvNICE
- 一个把RGB类型的图片转换为YUV格式的好东西,我试验过了,真的很不错哦-put a type of RGB pictures YUV format conversion to the good stuff, I tried, oh, is really quite
tuxiangshuzihuachuli
- 用C++对图片进行数字化处理,有不对的大家请指教。互相交流!-C to digital images, a wrong Please enlighten. Exchange!
avitobmp
- 将avi视频流转化成bmp的图片,其中使用了opencv函数库-avi video will flow into bmp photographs, which use the OpenCV library
VBcapVideo
- VB摄像头编程,实现简单的食品驱动和图片抓取-VB camera programming, simple food drive and pictures crawls
Capture_VB.net
- 用 VB.NET 捕捉图片的原代码,支持多种输入设备-with VB.NET capture images of the original code, which supports multiple input devices
NightCheck070319
- 实现视频图片的抓取,本代码是每秒抓取视频图像的一帧。需要用到CxImage类,请到网上下载。如果你不要连接数据库,请删除相关代码。-video pictures crawls, the code is crawls per second video image one. Need to resort to CxImage category, search online download. If you do not connect to the database, delete the rele
rainsoft_200388175449-2488
- 用VC++编写的gif图片显示源码-VC prepared gif Photo shows the source code of
CameraToolKit
- 老外做的摄像头程序,具备视频预览,视频采集,以及图片抓取等功能,界面不错,还附带音响效果!-foreigner doing camera proceedings, with video preview, video collection, and Photo crawls, and other functions, interface Yes, rider acoustics!
AVI_FileRead
- 从AVI文件提取图象的源代码,可以方便地从AVI流文件中提取需要的图片,并保存为BMP格式-AVI file extraction from the image source code, can easily flow from AVI documents from the photographs, and the preservation of BMP format
摄像头拍摄 和保存图片的应用程序
- 摄像头拍摄 和保存图片的应用程序,语言C++ 完成,Camera and save the image applications, language C++ Completed
ImageCrawl
- 本软件自动将 http://images.google.cn 中 Google 图片搜索到的原图片自动下载至本地文件夹,系统使用 VC++ 6.0 开发,完全源码,使用 httpd 协议下载。-The software automatically http://images.google.cn in Google image search to the original image automatically downloaded to a local folder, system develo
摄像头抓图源代码
- 开启摄像头抓图。摄像头显示窗口可以随意改变大小,抓图后保存的图片大小可以根据自己传入的宽和高随意改变,只添加了BMP转JPG的功能,要把BMP转为其他格式,自己阅读代码可以很容易修改。。里面有测试demo,也有接口说明,主要接口为打开摄像头,暂停预览,恢复预览,抓图,图片旋转,关闭摄像头。