搜索资源列表
camera test 基于GTK的USB视频采集程序
- 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
svv.tar
- Very simple utility to capture frames from V4L2. Requires V4L2 and GTK libraries to compile.
preview
- 利用V4L2實現 camera preview 功能,需要在 Linux/Unix 下執行,並且安裝libgtk+2.0-dev。-Implement camera preview by v4l2 and gtk+.
cheese-2.28.1.tar
- cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。 cheese主页http://www.gnome.org/projects/ch
svv.tar
- 非常简单V4L视频显示程序(svv.c)。使用的V4L2接口显示或捕捉摄像头图像,它需要的GTK +和用V4L库。-Simple V4L2 video viewer.
guvcview-src-1.5.1.tar
- This project aims at providing a simple GTK interface for capturing and viewing video from devices supported by the linux UVC driver, although it should also work with any v4l2 compatible device.-This project aims at providing a simple GTK interface
video4linux
- 这个在ubuntu10.10 开发的USB视频采集程序,基于GKT2.0图形库,采用V4L2接口 实现功能比较简单,就是采集视频并显示。编译通过前提必须安装相应的库文件,如gnome-core-devel 等-this program is based on ubuntu10.10. I developed this USB capture. It is based on GTK 2.0 Lib, and V4L2 API.