搜索资源列表
zlg-video4linux
- 周立功2410开发板V4L模块应用,可以借鉴一下滴-Zhou Ligong 2410 development board V4L module applications can learn some lessons from droplets
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 procedure is relatively small. I wro
cpia-1.3
- cpia usb摄像头的驱动程序源码。需要video4linux和i2c-core支持,在linux操作系统下编译后即可使用。-cpia usb camera driver source. And the need video4linux i2c-core support. Linux operating system can use the compiled.
CamDetect
- arm9 Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头拍摄照片,并进行签名
armlinuxcamera
- 这是一个关于怎么样通过video4linux怎么构建监控的资料。
v4lcap
- 用于arm9以上平台,枚举ov511滠像头,video4linux编程,可显示图像及向u盘存储。
Video4Linux+Programming
- Video4Linux+Programming,Video4Linux Programming专业开发学习资料。是Video4Linux开发者必看的资料。
S3C2410
- 周立功S3C2410实验箱多媒体课件,Linux内核编译实验,Linux内核编译实验 ,video4linux模块应用实验, 触摸屏实验.-Ligong S3C2410 week experimental box multimedia courseware, Linux kernel compile Experimental, Linux kernel compile experiment, video4linux application of the experimental module,
Embeded_h264
- 本系统在mini2440开发平台下实现了视频的采集、压缩、传输及Windows系统下实现实时视频播放。本设计采用USB摄像头的驱动模块Video4Linux实现视频采集,采用T264实现视频的压缩,采用UDP协议实现视频传输,监控端采用T264解码后使用Directshow技术播放。图象清晰,实时性较好,达到了监控目的。-This system mini2440 development platform enables video capture, compression, transmissi
camera
- arm9 Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头检测到物体-arm9 Linux-based mobile camera object detection procedures, can be used in access control, when it was passing, automatic Video4Linux based camera to detect objects
embedded-camera
- 嵌入式视频采集源程序,基于嵌入式系统,摄像头采集\存储的程序-This paper introduces the USB-based Video4Linux camera image acquisition program written and realized.
Chapter_6_Advanced_experiments_part2
- 周立功magic2410实验箱源码 第6章Linux高级实验(part2) 6.9 IDE硬盘实验. 6.10 USB主机驱动编译与加载实验 6.11 U盘驱动程序编译与使用实验 6.12 USB键盘与鼠标应程序实验 6.13 FrameBuffer模块应用实验 6.14 video4linux模块应用实验 6.15 USB摄像头实验 -Magic2410 week experimental box Ligong source Linux High Chapt
video4linux
- 图像采集程序,来源于周立功magic2410实验箱,非常好的源代码,希望对大家有用1-using video4linux and grab pictures
monitor.tar
- 嵌入式Linux video4linux 编程。包含触摸屏显示,jpeg、png和bmp等图像的压缩。心血!-Programming Embedded Linux video4linux. Include touch screen display, jpeg, png, and bmp image compression, etc.. Hard!
videocapsend
- 发送端通过Video4linux编程对摄像头进行操作,获取视频数据,将所得到的每一帧图像进行处理后,由libjpeg将原始图像进行压缩,使得数据可以通过网络发送。在发送时通过UDP的socket编程实现数据帧的发送;-By Video4linux programming of the transmitter to operate the camera to obtain video data, the resulting image after each frame, the original
Video4Linux
- 实现了Video4Linux和USB摄像头驱动的静态加载;(2)库文件的交叉编译与移植,实现了JPEG的交叉编译与移植;(3)V4L的编程思想,实现了视频图像的采集;(3)帧缓冲设备的使用,利用帧缓冲设备实现图像的显示;(4)将摄像头采集的BRG流转为RGB流,实现图像的正常显示以及JPEG格式图片的保存。(实验报告里面包含详细的代码)-Achieved and the USB camera driver Video4Linux static load (2) cross-compiled l
Video4Linux-Programming_linux-2.4
- Video4Linux Programming_linux-2.4.rar v4l2 是 linux的视频采集 架构-Video4Linux Programming_linux-2.4.rar
camera_buf.tar
- 给予v4linux的 camera 帧率捕获程序 测试通过-video4linux for camera fps
camera_buffer.c
- 给予v4linux的 camera 帧率捕获程序 测试通过-video4linux for camera fps
linux_V4L
- 基于video4Linux的视频采集程序,用GCC编译,或者采用交叉编译。下载到开发板即可运行。-linux/unix Video Collection procedures are based on the video4linux 。