搜索资源列表
videocap
- 利用摄像头进行视频捕捉,可以设置将捕捉到的视频保存,使用AVICap函数
TimCam-1.1.0
- 视频摄像头原代码,主要DEMO了文件, 并且方便的保存摄像头视频等作用
shipingjiankong
- 简介:基于vc 用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。
Ds
- 用DirectShow实现的摄像头视频采集,支持拍照保存
视频EXE
- 通过摄像头能将视频保存下来,并通过一个链接库对主要功能进行封装。可以实时的进行摄像头的图象截取!-through the video camera can be preserved, and through a link library of the main functions of Packaging. The conduct real-time camera images interception!
MFC从摄像头读取视频
- MFC从摄像头读取视频,抓取图片,并保存图片,MFC read video from camera,grab the frame,and save the picture
Opencvreadavi.Opencv 从摄像头获取视频流
- Opencv 从摄像头获取视频流,获取视频信息,并保存视频,Opencv capture video from camera ,query the property of the video and save the video to avi files
video.rar
- 简单的视频监控系统,可以启动摄像头进行实时监控,同时,可以把视频保存为AVI格式进行录像、回放等。,Simple video surveillance system, can activate the camera for real-time monitoring, at the same time can be saved as AVI video format video playback and so on.
shexiangtou
- 使用VB打开用于摄像头视频采集,截图,选择路径后保存功能-Using VB to open for the camera video capture, capture, select the path save function
KongZhi
- 这代码是实现打开摄像头代码并录取视频保存文件,知道原理了可以做成什么软件?-This code is to achieve open the code and taking the video camera to save the file, what can be made to understand the principle of the software?
DirectShowCaptureVideo
- 经典的双摄像头视频捕捉程序,DirectShow的入门例程,可以进行抓拍,保存成bmp格式的图片-The classic dual camera video capture process, DirectShow entry routines can capture, save as bmp format images ~ ~
MyCaptureVideo
- vc++MFC捕捉摄像头视频,保存所读帧为BMP图像文件。-vc++ MFC camera, video capture, preserve the reading frame to BMP image files.
usb_camera_capture_vc6
- 介:基于VC用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。-use vc++ usb camer capture source code.
DVR4CH16CHSOURCEcode
- DVR 4路、16路远程视频监控软件源码,可录制其它设备(摄像头、DVD播放机等)输入的AV信号。 四种录像质量选择。 支持16 路视频信号输入。 带有网络功能。 支持4路音频输入(仅1路被保存) 支持USB备份。 支持USB软件升级。 支持刻录机光盘倍份。 支持RS232远程控制。 -DVR 4 Road, 16 remote video surveillance software source code, you can record other eq
AMCap
- usb摄像头驱动 在VC++开发环境下采集视频 保存为AVI格式-usb camera driver in VC++ collection development environment saved as AVI video format
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
shexiangtou
- 基于DirectShow的usb摄像头视频捕获程序,能够实现多次打开运行,并且有图像保存功能-This is a usb-camera program based on DirectShow,which can be opened multi-time and save picture in any time.
Shows_from_the_video_camera-and_captured_video_can
- 显示来自摄像头的视频并可以将视频截获下来保存为AVI文-Shows from the video camera and captured video can be saved as AVI down text
摄像头拍照
- 采用普通摄像头照相,并可以裁剪一寸二寸照片保存,同时可以调整视频的格式。(Using ordinary camera to take pictures and cut the big picture to save)
opencv读取摄像头并保存视频
- 读取摄像头就不多写了,主要写写如何保存视频。主要的代码来自Opencv的官方代码。