搜索:V4L2
找到约 30 项符合「V4L2」的查询结果
结果 30
按分类筛选
https://www.eeworm.com/dl/982243.html
技术资料
如何利用Video4Linux获取摄像头数据
本文档教你如何使用linux系统下的v4l2设备文件获取摄像头视频数据
https://www.eeworm.com/dl/684/355742.html
软件设计/软件工程
Davinci 视频采集驱动文档。描述了VPFE的结构
Davinci 视频采集驱动文档。描述了VPFE的结构,Davinci I2C、ADV7180、V4L2驱动。
https://www.eeworm.com/dl/944484.html
技术资料
Davinci 视频采集驱动文档
Davinci 视频采集驱动文档。描述了VPFE的结构,Davinci I2C、ADV7180、V4L2驱动。-
https://www.eeworm.com/dl/619/208247.html
Linux/Unix编程
sonic_snap是linux下的看webcam图像的软件
sonic_snap是linux下的看webcam图像的软件,它是基于videl4linux2协议,所以需要v4l2(v4l不行)。
https://www.eeworm.com/dl/537/14988.html
技术书籍
Linux系统下USB摄像头驱动开发
介绍了在Linux系统下开发符合V4L2标准的摄像头驱动的方法并对该准提出不间断采集的改进思路配合双双帧缓冲等方法提高采集速度.
https://www.eeworm.com/dl/946073.html
技术资料
Linux系统下USB摄像头驱动开发
介绍了在Linux系统下开发符合V4L2标准的摄像头驱动的方法并对该准提出不间断采集的改进思路配合双双帧缓冲等方法提高采集速度.
https://www.eeworm.com/dl/1004039.html
技术资料
arm-摄像头驱动例程-S3C2440
基于Linux平台的S3C2440摄像头驱动实现,采用底层寄存器操作与内核模块化设计,支持标准V4L2接口,具备良好的可移植性与稳定性。
https://www.eeworm.com/dl/650/194726.html
人工智能/神经网络
这是一个Linux下的USB摄像头捕捉程序
这是一个Linux下的USB摄像头捕捉程序,是一个调用V4L2(Video for Linux 2)非常好的例子。英文介绍为:This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices. It supports streaming and capture of color or monochrome video ...
https://www.eeworm.com/dl/619/197886.html
Linux/Unix编程
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Conta
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode
driver/
Contains the driver sources.
Compile with "make".
Then as root, install with "make install".
Type "modprobe finepix" to load the module.
userspace/
Type "make" to compile.
fpix: test ...
https://www.eeworm.com/dl/553/36603.html
ARM
基于ARM11的视频监控系统设计
为了实现远程视频监控的功能,提出了一种基于ARM11和嵌入式Linux的远程视频服务器的方案。使用V4L2接口对数据进行采集,选择了具有很高压缩效率的H.264压缩标准,通过CPU内部集成的MFC模块实现对视频流的硬件压缩,在移植到系统的boa服务器上编写了CGI脚本响应远程客户端的响应。在客户端中,通过SDL和 ...