搜索资源列表
视频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!
videocap (摄像头程序)
- 实现了简单的功能:摄像,录像,保存图片。是一个简单的delphi代码 demo
视频监控
- 基于vc 用于捕获USB摄像头视频,并能保存为AVI文件,可单捕成单帧图像文件,设置压缩格式等,可用于入门者学习使用。
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.
MyCaptureVideo
- vc++MFC捕捉摄像头视频,保存所读帧为BMP图像文件。-vc++ MFC camera, video capture, preserve the reading frame to BMP image files.
FaceTracking
- 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two meth
AMCap
- usb摄像头驱动 在VC++开发环境下采集视频 保存为AVI格式-usb camera driver in VC++ collection development environment saved as AVI video format
Image_MFC
- OpenCV采集USB摄像头视频,随时保存一帧图像-OpenCV USB camera video capture, save an image at any time
input
- opencv输入视频 用opencv打开摄像头并保存该视频为avi文件-cv input
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
shipincaiji
- 视频采集和捕捉(支持无驱摄像头) 预览视频,保存视频,设置视频格式,属性等-Directshow(SDK)
baocunshipin
- 此代码可以从摄像头获取视频流,并将此视频通过AVI格式保存到相应目录下-This code can be obtained from the camera video stream, and AVI format via the video into the appropriate directory
将手机拍摄的视频转换为flv格式保存
- 调用手机摄像头拍摄视频,并以flv的格式保存在本地
OpenCameraTest
- 开启笔记本摄像头或网络摄像头,录制视频并保存(Open the camera, record video and save it)
摄像头拍照
- 采用普通摄像头照相,并可以裁剪一寸二寸照片保存,同时可以调整视频的格式。(Using ordinary camera to take pictures and cut the big picture to save)
Watch-G7.0Common
- 摄像头视频直播和历史文件查看,保存 文件查看(Camera video live and historical file view, save the file view)
摄像头程序
- 实现USB摄像头的采集,监控,支持视频保存,图片保存。(Realize the acquisition and monitoring of USB camera.)
opencv读取摄像头并保存视频
- 读取摄像头就不多写了,主要写写如何保存视频。主要的代码来自Opencv的官方代码。