搜索资源列表
pxa_camera
- V4L2 Driver for PXA camera host
s3c_fimc_v4l2
- V4L2 interface support file for Samsung Camera Interface (FIMC) driver
s3c_fimd_v4l2
- V4L2 interface support file for Samsung Camera Interface (FIMC) driver
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
new_camera
- 使用v4l2编程,mjpeg格式采集摄像头数据并保存为jpg文件-v4l2 programing for mjpeg data from usb camera
v4l2_set.tar
- 本程序使用v4l2驱动接口获取摄像头的参数,并且可以通过程序对摄像头原始参数进行修改-This program uses the v4l2 driver interface to obtain the parameters of the camera, and the camera can be programmed to modify the original parameter
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,
save
- linux下通过v4l2接口获取摄像头数据(yuyv),并转换为rgb24,再保存为24位bmp。最后在lcd上显示(rgb32)。-linux v4l2 interface to get through the camera data (yuyv), and converted to rgb24, and then save it as a 24 bmp. Finally in the lcd display (rgb32).
v4l2_capture
- 通过v4l2实现usb摄像头的数据采集,保存为一张bmp图片-Usb camera v4l2 achieved through data collection, save it as a bmp picture
qt_camera
- usb摄像头的v4l2视频数据采集并显示-usb camera v4l2 video data acquisition and display
myCamera
- 在linux中利用v4l2提供的API采集camera图像数据,并存储为jpg格式的图片。-Capture the yuv camera data by using V4L2 api function and store as .jpg file.
swc
- 摄像头采集 linux下的 V4L2 视频信息的采集与LCD 显示-Camera capture
v4l2uvc-yuv
- 本程序基于v4l2,用于linux系统下获取摄像头数据。可保存为多幅单帧图片。图片为yuv格式。-this program is based on v4l2,which is used to capture datas from camera it connected. The datas will be saved as one farme for one picture, end with yuv.
CameraCapture
- 嵌入式linux系统下,QT V4L2 CMOS摄像头图片采集显示程序.-Embedded linux system, QT V4L2 CMOS camera picture collection display program.
QCamera
- C++ camera qt project used library V4L2 -C++ camera qt project used library V4L2
test1.c.tar
- v4l2 测试程序, 笔记本上的camera 就可以测试 可以采集图片-v4l2 capture
ceshichengxu
- 在linux下测试外接摄像是否能够使用,能够测试出该摄像头是否支持V4L2编程。-Under linux test whether the use of an external camera, to test out the camera supports V4L2 programming.
ov6650
- V4L2 SoC Camera driver for OmniVision OV6650 Camera Sensor.
omap1_camera
- Header for V4L2 SoC Camera driver for OMAP1 Camera Interface for Embedded Linux.
vfl
- 我自己写的v4l2代码,用于摄像头图像采集,在linux环境下使用-I wrote it myself v4l2 code for camera image acquisition, used under linux environment