搜索资源列表
v4l2摄像头捕获程序
- linux下基于V4l2的视频捕获程序
v4l2 sample code
- v4l2 sample code for linux platform
V4l2视频编码例程
- V4l2视频编码例程,在linux下的新技术,适合视频处理的玩家。推荐使用,V4l2 video encoding routines, in linux under the new technologies, suitable for video player deal. Recommended use
v4l2captureexample.c.tar.gz
- V4L2 Specification 配套源码,Debian linux编译通过,V4L2 Specification supporting source, Debian linux compiler through
linux-v4l2-capture
- linux和Unix下基于标准驱动v4l2驱动的一个视频捕捉的小程序,在设置初期很有帮助,可以快速的熟悉v4l-linux and Unix standards-based driver v4l2 video capture driver for a small program, very helpful in the early set, you can quickly familiar with v4l
v4l2.rar
- 一套完整的API,提供在Linux环境下的视频编程,比如视频捕捉等等。,A complete set of API, in the Linux environment to provide video programming, such as video capture and so on.
swc
- 些软件实现了linux下v4l2及SDL框架的摄像头程序-Some software under the linux v4l2 and SDL framework camera program
v4l2_rtp_jpeg
- v4l2 通过camera抓图,然后由rtp传输出去jpeg格式的图片。-v4l2 camera drawings through, then transfer out rtp jpeg format.
v4l2-linux-video-capture-display
- v4l2视频采集显示程序linux时c2440-v4l2 linux video capture display program when the c2440
v4l2
- 这是v4l2标准的说明文档,其中包含了一个比较完善的测试程序-This is a v4l2 standard documentation, which contains a relatively complete test program
v4l2
- 关于v4l2的API官方说明文档,详细的介绍了v4l2的编程的各种结构体的作用以及API的功能-V4l2 API on the official documentation, a detailed descr iption of the v4l2 programming role of the various structures and API functions
v4l2-video-capture
- 在linux系统下采用v4l2框架实现对摄像头视频的实时采集,并且在Qt界面上显示,可以运用在linux PC机上,也可以用在嵌入式系统下/-V4l2 linux system used under the framework implementation of real-time collection of video camera, and displayed on the Qt interface can be used in the linux PC machine can also b
libv4l-0.6.2-test.tar
- 最新的测试版:一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-The latest test version of: an application for writing v4l2 camera library libv4l, which are commonly used in addition to the package v4l2 ioctl
V4L2
- video for linux 2视频采集应用程序框架流程 对与做linux下视频采集有很好的参考价值-video for linux 2
v4l2.pdf
- Video for linux 2 api descr iption
v4l2_grab.tar
- linux v4l2 camera driver unit test, grab stream into a jpeg picture on you file system
appsV4L2
- V4L2(Video for Linux 2)的测试程序,出自官方网站。并附带一份V4L2的规范文档。运行环境是X-window,对内核没有特殊要求。-V4L2 (Video for Linux 2) of the test program came from the official website. And accompanied by a V4L2 specification document. Operating environment is the X-window, and ther
webcam_server
- Code to capture images using Video For Linux (V4L2) UVC USB camera. Then process images to find a white dot coordinates and transmit over TCP/IP with built in server.
v4l2-driver-api
- V4L2(VIDEO FOR LINUX 2)视频驱动开发中文文档,包含API详细解析-V4L2 (VIDEO FOR LINUX 2) video driver development of Chinese language documents, including detailed analysis API
v4l2-Qt视频采集显示
- 通过V4l2进行视频采集,Qt实时显示。是一个例子。为刚开始进行linux视频采集编程的朋友提供参考