搜索资源列表
2440CMOScamwrfile
- 这是S3C2440 CMOS摄像头的读写程序,希望 对你有帮助!显示可能还有些问题,不过程序架构已经很好了。-This is a S3C2440 CMOS camera to read and write procedures in the hope to help you! The display may also some problems, but the procedural framework has been very good.
swc
- 些软件实现了linux下v4l2及SDL框架的摄像头程序-Some software under the linux v4l2 and SDL framework camera program
Framework-for-digital-camera-in-linux
- linux下的数字相机原理和编程框架介绍,很详细;-linux digital camera under the principles and programming framework introduced in detail
video1
- 一个摄像头的显示程序,将摄像头捕捉的程序在指定的框架内显示出来。-The camera shows a procedure of the process camera to capture the framework of the specified show.
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
wfile
- 这是S3C2440 CMOS摄像头的读写程序,希望 对你有帮助!显示可能还有些问题,不过程序架构已经很好了。-This is a S3C2440 CMOS camera to read and write procedures in the hope to help you! The display may also some problems, but the procedural framework has been very good.
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
Camera-driver-source-code-analysis
- 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with