搜索资源列表
V4L2-capture
- LINUX下的摄像头视频捕捉程序源码,V4L2 video capture example-LINUX camera video capture procedures source, V4L2 video capture example
针对USB摄像头生成yuyv4:2:2格式的V4l2视频采集程序
- 针对USB摄像头生成yuyv4:2:2格式的V4l2视频采集程序,可以修改成其它yuv格式。程序所有源码都有可以直接编译运行。 视频上的那个矩形只能移动左上和右下两个点-USB camera for generating yuyv4: 2:2 format V4l2 video capture program that can change into other yuv format. Program can compile all the source code has run.
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
Desktop.Camera HAL V4l2 Android
- Camera HAL V4l2 Android,Camera HAL V4l2 Android
v4l2.rar
- 一套完整的API,提供在Linux环境下的视频编程,比如视频捕捉等等。,A complete set of API, in the Linux environment to provide video programming, such as video capture and so on.
swc
- 些软件实现了linux下v4l2及SDL框架的摄像头程序-Some software under the linux v4l2 and SDL framework camera program
camera
- 6410 板子上 ov9650 摄像头 测试程序-6410, on board camera test program ov9650
v4l2-video-capture
- 在linux系统下采用v4l2框架实现对摄像头视频的实时采集,并且在Qt界面上显示,可以运用在linux PC机上,也可以用在嵌入式系统下/-V4l2 linux system used under the framework implementation of real-time collection of video camera, and displayed on the Qt interface can be used in the linux PC machine can also b
Camera.tar
- v4l2 cmaera test code
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.
usb-zc0301-v4l2-video0-jpeg
- 利用Video4Linux内核应用编程接口函数对汽车行驶记录仪中用USB摄像头采集图片的实现进行了开发。基于嵌入式Linux系统的ARM9(EDB9260)平台,对该平台上硬件系统和软件系统的搭建进行简介。配置EDB9260开发商提供的内核(2.6.19),然后具体介绍基于video4linux的USB摄像头图片采集程序的实现,使用autotools来制作Makefile对图像采集程序进行编译。成功的采集到了图片并进行保存,最后完成JPEG压缩的实现。-Video4Linux kernel ap
v4l2
- v4l2的源码,适合摄像头的视频和图片获取-v4l2 source for the video camera and image for
qt-v4l2-capture
- 网络摄像头 基于v4l2 在tq2440开发板上显示采集视屏 同时udp传输到电脑-internet camera
camera
- 摄像图v4l2的matlab源代码 -camera v4l2
Camera.tar
- 在ubuntu12.04,基于qt4.8编写的使用opencv打开摄像头,并进行拍照,保存照片,读图片进行裁剪(In ubuntu12.04, written on qt4.8, use OpenCV to open the camera, and take pictures, save photos, read pictures, cut them out)
usbcamera
- 抓取 usb摄像头图片,如果是mjpeg模式图片保存为*.mjpg,如果是yuyv模式图片保存为*.yuv,每次运行抓取六张图片。 usb_test只是用来测试的。不同usb摄像头可能会报错。(Grab USB camera pictures, if it is MJPEG mode, save the picture as *.mjpg, if it is yuyv mode, save the picture as *.yuv, each run grab six pictures.)
camera
- VIDEO 视频接口 通过相机采集过来的图像,通过接口传递给开发板(VIDEO interface Through the camera to collect the image, through the interface to the development board)
V4L2
- linux下,插入usb摄像头设备,运行程序,可采集多帧图像,并保存(linux, insert usb camera device, run the program, you can capture multi-frame images, and save)
mycam.c.tar
- 基于V4L2框架的camera图像抓取,并转换成可视的格式,便于理解v4l2框架(Camera image capture based on V4L2)