搜索资源列表
ArrayTest800131
- 采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。-use VMR9 completed the acquisition of video, can be collected over a camera. Images can Capturing the Screen. Capturing the Screen right Sobel data processing, image can be identified line
MC_Caiji
- 基于Directshow的多摄像头usb采集程序-Directshow based on the multi-camera usb Acquisition
myVido
- 简单的摄像头控制有助于初学者学习之用,这可是最简洁的代码哦,无多冗余之作.
AMCap_src
- 万能摄像头视频捕获软件。支持Directx9.0,兼容大多数摄像头,可以捕捉动态视频图像,静态图像及电视调谐器等,支持多显示器、全屏、菜单栏的隐藏和 VMR9 等功能。带源代码,绝对好用
WEBCAMERA(MFC)
- 用MFC+directshow实现的双摄像头监控,采集,存储的程序。可用此源码扩展实现实现多摄像头监控,采集,存储功能。
dyVideoCam
- 自己用DirectShow SDK写支持多个摄像头的视频捕捉及抓拍存储程序,算是学习DS后的第一个作业吧-Their own writing with the DirectShow SDK supports multiple cameras to capture video capture and storage procedures, be learning the first job after DS it ~ ~
HTCCamera.rar
- 多普达VGA摄像头官方底层驱动,带VC++示例,DoPod official VGA camera bottom-driven, with VC++ Example
touchlib-src-win32-20071106.zi
- 使用摄像头的多点触摸系统,这里是完整的源代码,The use of camera multi-point touch system, here is a complete source code
OV2640_DS
- OV2640 的datasheet ,应用较多的一款摄像头芯片 200W像素-OV2640 the datasheet, the application of a larger pixel camera chip 200W
shexiangtou
- 基于DirectShow的usb摄像头视频捕获程序,能够实现多次打开运行,并且有图像保存功能-This is a usb-camera program based on DirectShow,which can be opened multi-time and save picture in any time.
gspcav1-20071224
- linux下基于v4l的非常优秀的摄像头驱动程序,可以支持多款摄像头,同时也是学习驱动知识的好材料。-linux based v4l very good camera driver, can support the variety of cameras, but also a good knowledge-driven learning materials.
VideoEXE
- 用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。 本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头 一套完整的VC ++ USB Video摄像头捕捉程序源代码,支持多摄像头选择,而且支持直接截图。可以作为开发视频会议和视频游戏的参考资料 -Vc++ to prepare with the image processing procedures, the procedures for the realization of the camera for
vms-0.0.3
- 本系统从摄像头实时采集视频并显示,相片的拍照,预览与管理功能,MPEG4视频的录制与播放。系统使用Qt开发。本系统支持多平台多操作系统,在Windows系统下使用OpenCV的一些库函数进行视频采集。在Linux系统下使用V4L进行视频采集。 在以下环境测试运行:Windows: Qt 4.4.3,Linux: qt-embedded-linux-opensource-src-4.4.1 详情见 http://sonew.512j.com/-The system from the video
catch-the-camera
- 能够轻松帮您实现摄像头视频捕捉的功能,相当于又多了一个便宜又好用的相机。-It can help you to catch the pc camera.
MultVideoCapture
- 本程序提供了使用CVMR_Capture类实现对多USB摄像头进行视频监控的例子。通过本程序可以实现多画面预览,图片保存,视频编码等-This program provides the use of multi-CVMR_Capture class implements USB camera for video surveillance example. This procedure can be achieved through the multi-screen preview, save t
vms-0.0.1
- 视频监控系统 V0.0.1 本系统从摄像头实时采集视频并显示。系统使用Qt开发。 本系统支持多平台多操作系统,在Windows系统下使用OpenCV的一些库函数进行视频采集。在Linux系统下使用V4L进行视频采集。 在以下环境测试运行:Windows: Qt 4.4.3,Linux: qt-embedded-linux-opensource-src-4.4.1。 更多新版本下载地址:http://sonew.512j.com/works.php 视频监控系
shexiangtoujiankong
- 利用VFW技术进行摄像头的定时启动,可以通过此例学会 (1)VFW技术,控制摄像头的启动关闭 (2)多线程技术的编程 (3)时间框的使用 (4)定时器的使用-VFW technology using camera timer starts, you can learn by this example (1) VFW technologies to control the camera starts close (2) Multi-threading programmi
addons
- ccv代码,能处理摄像头和视频,得到图形,形成多点触摸-ccv code, can handle the camera and video, get graphic, form a multi-point touch
sxd
- 电脑摄像头远程监控,已具备基本图像采集及网络传输功能,更多功能待完善中。-PC camera remote monitoring, already have the basic image acquisition and network transport functions, more features to be perfected.
opencv读取摄像头并保存视频
- 读取摄像头就不多写了,主要写写如何保存视频。主要的代码来自Opencv的官方代码。