搜索资源列表
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
v4l2-camera.c.linux的usb摄像头采集4幅图像
- linux的usb摄像头采集4幅图像,有点小错误,从第二次开始采集的图像,第一幅都不能正常显示-linux for usb camera capture four images, a little mistake, began collecting from the second image, the first one can not be displayed properly
cam linux下的v4l2驱动视频采集程序
- linux下的v4l2驱动视频采集程序,对学习linux下视频采集有很好的帮助哦-v4l2 drivers under linux video capture program video capture under linux to learn a very good help oh
v4l2
- 这是一本讲解v4l2视频监控系统的书籍,里面附有如何开发视频监控程序,以及如何调用接口-This is a video surveillance system to explain the v4l2 books
video
- 用v4l2从摄像头采集MJPEG视频,然后解压缩,最后用SDL来播放视频。-MJPEG video acquisition from a webcam using v4l2 and then decompress the last to play the video using SDL.
LogitechCamCtrl
- This a KDevelop project to make a control for the Logitech Quickcam Express. This program is compatable with the new v4l2 drivers on the 2.6.x kernel. There are only 4 controls that work. They are 1. Exposure 2. Gain 3. White Color Balance 4. Auto Ga
unicap-0.2.19.tar
- unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC 1394 ( DCAM ) cameras and video to firewire converters with a single API. New devices can be added via a plugin system.
v4l2.pdf
- Video for linux 2 api descr iption
fswebcam-20070108.tar
- fswebcam is a neat and simple webcam app. It captures images from a V4L1/V4L2 compatible device or file, averages them to reduce noise and draws a caption using the GD Graphics Library which also handles compressing the image to PNG or JPEG. The resu
webcam_server
- Code to capture images using Video For Linux (V4L2) UVC USB camera. Then process images to find a white dot coordinates and transmit over TCP/IP with built in server.
capture
- 本程序是基于v4l2的视频图片采集程序源代码,包含了视频及图片采集的一般流程,使用者可对其进行修改使用。-this programe is used for capture a picture or a video, include the full procedure, anybody needs it can change or modify!
V4L2-video-capture-example
- 一个V4L2的视频捕获的例子,希望对视频进行开发的朋友有用-A V4L2 video capture example,I hope it is useful for some friends who want to develop video.
v4l2
- 这是一份关于V4L2的使用文档,包括基本的webcam编程实例、视频驱动开发等。-This is a report on the use of V4L2 documentation, including a basic webcam programming examples, video-driven development.
V4L2-example
- V4L2较V4L有较大的改动,并已成为2.6的标准接口,函盖video\dvb\FM...,多数驱动都在向V4l2迁移。更好地了解V4L2先从应用入手,然后再深入到内核中结合物理设备/接口的规范实现相应的驱动。本文先就V4L2在视频捕捉或camera方面的应用框架。-The V4L2 larger changes than the V4L 2.6 standard interface, and has become, covers the video \ dvb \ the FM ..., th
qt4v4l2UsbCapture
- ubuntu环境下c-c++程序,利用v4l2驱动采集usb摄像头视频并通过QT4界面显示出来,是学习v4l2视频采集和QT4的好例子-a usb video capture example with README help inside under ubuntu12.04LTS,it can be used to study v4l2 video and qt4 program
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,