搜索资源列表
v4l2
- 使程序有发现设备的能力和操作设备.它主要是用过一系列的回调函数来实现这些功能.像设置高频头的频率,帧频,视频压缩格式和图像像参数等等(在我写的FM驱动中就主要是设置频率,设置音量等)-The program has the ability to discover devices and operating equipment. It is primarily a series of callback functions used to achieve these functions. Tuner
pic_jpeg
- linux下的一个利用v4l2编写的摄像头采集单个图片的代码。-Under the Linux a use of the camera collection v4l2 write a single picture of the code.
fswebcam-20110717.tar
- fswebcam is a neat and simple webcam app. It captures images from a V4L1/V4L2 compatible device or file, averages them to reduce noise and draws a caption using the GD Graphics Library which also handles compressing the image to PNG or JPEG. The resu
v4l2-progaramming-good-book
- 笔者最近有机会写了一个摄像头的驱动,是“One laptop per child”项目的中摄像头专用的。 这个驱动使用了为此目的而设计的内核API:the Video4Linux2 API。在写这个驱动的过程中, 笔者发现了一个惊人的问题:这个API 的文档工作做得并不是很好,而用户层的文档则写 的,实际上,相当不错。为了补救现在的状况,LWN 将在未来的内个月里写一系列文章, 告诉大家如何写V4L2 接口的驱动。-I recently had the opportunity t