搜索资源列表
unicap-0.1.16.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-unicap provides an uniform acc
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
camera test 基于GTK的USB视频采集程序
- 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
v4l2captureexample.c.tar.gz
- V4L2 Specification 配套源码,Debian linux编译通过,V4L2 Specification supporting source, Debian linux compiler through
s3c6410-yuv-capture
- 自己开发的基于华恒S3C6410-R2开发板的yuv图像采集程序,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c,已产品化-Their development huaheng S3C6410-R2 based on development board yuv image capture program, providing c source code and MAKEFILE, the first development board support
mxc_v4l2_capturezsh
- V4L2较V4L有较大的改动,并已成为2.6的标准接口,函盖video\dvb\FM...,多数驱动都在向V4l2迁移。更好地了解V4L2先从应用入手,然后再深入到内核中结合物理设备/接口的规范实现相应的驱动。本文先就V4L2在视频捕捉或camera方面的应用框架。-V4L2 greater than V4L changes, and has become the standard interface 2.6, cover the video \ dvb \ FM ..., most drive
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
show.c.tar
- Hello world test, capture video frame from V4L2 camera, decode and display it to the monitor by SDL.
v4l2
- usb摄像头视频捕捉不可缺少的源码,v4l2.h和v4l2.c简单易行。-usb camera video capture indispensable source, v4l2.h and v4l2.c easy.
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
capture.tar
- linux 下C语言运用V4L2开发的USB摄像头获取数据并生成JPG图片的程序,-V4L2 linux using C language development of USB camera to obtain data and generate JPG pictures of the procedure,
capture.c.tar
- V4L2 video capture example
test1.c.tar
- v4l2 测试程序, 笔记本上的camera 就可以测试 可以采集图片-v4l2 capture
capture.c
- v4l2视频采集程序,测试可用。使用的摄像头为罗技c920.-v4l2 video collection procedures, tests are available. Logitech camera used for c920.
Linux系统
- linux下uvc协议,v4l2结构,包含usb摄像头视频采集,保存,显示代码,C语言代码(Linux under the UVC protocol, v4l2 structure, including USB camera, video capture, preservation, display code, C language code)
C++MJPEG
- 使用V4L2采集视频,并实现图片的保存功能。(The use of V4L2 video capture, and realize the preservation of images.)
mycam.c.tar
- 基于V4L2框架的camera图像抓取,并转换成可视的格式,便于理解v4l2框架(Camera image capture based on V4L2)