搜索资源列表
LiveVideo_src
- This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the video from various video devices includi
Video_capture
- 多种渠道视频采集源代码This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the video from various video devi
v4l2spec-0.23
- 这是一个Linux下的USB摄像头捕捉程序,是一个调用v4l2 (Video for Linux 2)非常好的例子。英文介绍为:This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many \"webcam\" devices. It supports streaming and capture of color or monochrome video
USB摄像头编程
- 摄像头编程,采用纯API写的视频捕捉程序。在此基础上可以写出适合自己的程序。-camera programming, using pure API written in video capture process. On this basis can write for their own procedures.
USB_PC_camera
- 通用USB摄像头301P的视频采集源码,VC++6.0编写,使用两种方法实现。第一种是VFW,简单易学,直接调用微软VFW库中的API实现;第二种使用DirectShow,可以实现对视频流的复杂控制,需要安装DX SDK开发包。-301P Universal USB camera video capture source, VC++6.0 prepared using two methods to achieve. The first is the VFW, easy to learn, a d
CaptureLiveVideofromvariousVideoDevices
- 这是一个捕捉现场视频应用程序,从视频捕获设备和USB连接网络摄像头都在同一个应用程序。我的项目在发展,我需要捕获来自各种视频设备,包括电视视频。虽然,我发现了一些用于捕获视频的来源,这不是效率。所以,这促使我发展自己的独立的应用程序。最初,LiveVideo检测到视频采集卡的可用性和网络摄像头是否附有与否。否则,它显示的信息。 API的大部分职能,从DirectX SDK的使用。essage. Most of the API functions are used from DirectX SDK