搜索资源列表
camstream-0.26.3.tar
- 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.
camera test 基于GTK的USB视频采集程序
- 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
cam linux下的v4l2驱动视频采集程序
- linux下的v4l2驱动视频采集程序,对学习linux下视频采集有很好的帮助哦-v4l2 drivers under linux video capture program video capture under linux to learn a very good help oh
uvc_camera
- 包含全套基于v4l2的视频采集服务器客户端源码,也可应用于嵌入式产品中,下载编译即可运行-it s code that can capture vedio based on v4l2 so you can use it to finish many function.
101259353V4L2-capture
- 嵌入式 V4L2视频采集的源程序有说明函数-Embedded V4L2 video capture function of the source has made it clear
video
- 用v4l2从摄像头采集MJPEG视频,然后解压缩,最后用SDL来播放视频。-MJPEG video acquisition from a webcam using v4l2 and then decompress the last to play the video using SDL.
mxc_v4l2_capturefz
- Davinci的视频采集接口的驱动涉及到内容包括I2CAD芯片V4L2视频采集等内容。-Davinci' s video capture interface driver involved include I2CAD chip V4L2 video capture and so on.
capture
- 本程序是基于v4l2的视频图片采集程序源代码,包含了视频及图片采集的一般流程,使用者可对其进行修改使用。-this programe is used for capture a picture or a video, include the full procedure, anybody needs it can change or modify!
CameraRead
- 基于QT 和V4L2的视频采集程序 在ubuntu10.04版本下的QT开发,是基v4l2的视频采集,并将采集下来的数据进行编码保存成本地avi文件的应用程序。-Based the QT and V4L2 video capture program in ubuntu10.04 versions QT development-v4l2 video capture, encoding and data collection down to save the cost of land avi
v4l2_camera
- 基于 V4L2的USB摄像头视频采集。摄像头驱动为zc301模块。-Based on V4L2 USB camera video capture. The camera driver as zc301 Module.
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,
V4l2_samples-0.4.1.tar
- V4L2视频采集驱动示例代码,可供视频编程程序员参考-V4L2 video capture driver sample code available for video programming Programmer' s Reference
v4l2_yuv_jpeg_bmp.tar
- 基于V4L2的视频采集,能够采集YUV、JPEG、BMP格式的图像。编译前请先阅读README.-Based on V4L2 video acquisition, and can be collected YUV, JPEG, BMP format picture.Please read the README before compilation.
qt_v4l2_camera.tar
- qt下的USB摄像头V4L2视频采集程序.-qt under the USB camera V4L2 video capture program.
mxc_v4l2_capture
- 基于V4L2架构完成视频采集,功能测试用(based on V4L2 for capturing video , for test camera capturing)