搜索资源列表
v4l2
- 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.-linux / unix Video Collection procedures are based on the video4linux The. For the V4L2 the proced
camstream-0.26.3.tar
- 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.
video4linux2_capture
- 使用video4linux2缩写的标准摄像头采集源程序。
v4l2
- 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.-linux/unix Video Collection procedures are based on the video4linux The. For the V4L2 the procedur
camstream-0.26.3.tar
- 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.-Most online linux/unix video capture procedures are based on the Video4Linux. V4L2-based procedure i
Video4Linux2_API
- 通过此电子书,你可以很轻松的了解video4linux2的编程过程。书后有一个完整的图像采集程序。-this is a book as to video4linux!
cheese-2.28.1.tar
- cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。 cheese主页ht
image-collection-program-design
- 本程序是基于基于Video4Linux2的图像采集程序设计,值得初学者学习与探讨。-The program is based on the image acquisition based on Video4Linux2 program design, and learning and discussion. For beginners
v4l2-driver
- v4l2驱动篇。The Video4Linux2 API: an introduction-v4l2 driver。The Video4Linux2 API: an introduction
Desktop
- 利用video4linux2进行图像/视频采集的几个例子,带video4linux2文档-Use video4linux2 a few examples of image/video capture with video4linux2 document
v4l2_rtp_jpeg
- 利用video4linux2进行图像/视频采集的例子,带video4linux2文档,rtp传输-Use video4linux2 image/video capture example, with video4linux2 document, rtp transmission
Desktop
- 利用video4linux2进行图像/视频采集的几个例子,带video4linux2和ffmpeg文档-To use video4linux2 conducted a few examples of image/video capture with video4linux2 and ffmpeg documentation
test
- FFMPEG开发手册,和 Video4linux2官方开发文档-The FFMPEG Development Manual, and the Video4linux2 official developer documentation
camera_jpeg
- 利用摄像头采集图像,并保存为JPEG格式,附带video4linux2手册-Camera to capture images and save it as JPEG format
camera-capture-under-Linux
- camera capture under Linux(Video4Linux2)-Of camera capture under Linux(Video4Linux2)
test-video-capeture.tar
- Video4Linux2编程采集摄像头视频并显示视频,全C语言编程,采用内存映射的方法读数据。-Video4Linux2 programming camera video capture and display video, full C language programming, using memory mapping method to read the data.
v4l2-progaramming-good-book
- 笔者最近有机会写了一个摄像头的驱动,是“One laptop per child”项目的中摄像头专用的。 这个驱动使用了为此目的而设计的内核API:the Video4Linux2 API。在写这个驱动的过程中, 笔者发现了一个惊人的问题:这个API 的文档工作做得并不是很好,而用户层的文档则写 的,实际上,相当不错。为了补救现在的状况,LWN 将在未来的内个月里写一系列文章, 告诉大家如何写V4L2 接口的驱动。-I