Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - V4L2
Search - V4L2 - List
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 resulting image is saved to a file or sent to stdio where it can be piped to something like ncftpput or scp.
Update : 2024-04-28 Size : 94208 Publisher : rason

VideoCaptureExample v4l2(vedio 4 linux 2)的例子程序-v4l2(vedio 4 linux 2) example
Update : 2024-04-28 Size : 4096 Publisher : duan_xiaojun

v4l2 驱 动 参 考 代 码-v4l2 driver reference code
Update : 2024-04-28 Size : 41984 Publisher : Mike

DL : 0
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 there are no special requirements on the kernel.
Update : 2024-04-28 Size : 1037312 Publisher : Arniu Zeng

DL : 0
v4l2的一个测试程序,能够测试摄像头的实际fps值-/* * V4L2 video capture example */
Update : 2024-04-28 Size : 10240 Publisher : dlbn

v4l2 sample code, it captured images from ur webcam device
Update : 2024-04-28 Size : 14336 Publisher : 吳小秉

linux系统下USB摄像头驱动,支持V4L/V4L2摄像头。-under the linux system, USB camera driver, to support V4L/V4L2 camera.
Update : 2024-04-28 Size : 4933632 Publisher : lien

DL : 0
v4l2 cmaera test code
Update : 2024-04-28 Size : 41984 Publisher : aljfoe

DL : 0
Simple V4L2 video viewer
Update : 2024-04-28 Size : 5120 Publisher : 李山

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.
Update : 2024-04-28 Size : 16384 Publisher : janiz

嵌入式 V4L2视频采集的源程序有说明函数-Embedded V4L2 video capture function of the source has made it clear
Update : 2024-04-28 Size : 4096 Publisher : 123

DL : 0
些软件实现了linux下v4l2及SDL框架的摄像头程序-Some software under the linux v4l2 and SDL framework camera program
Update : 2024-04-28 Size : 7168 Publisher : 崔鹏飞

最新的测试版:一个可用于编写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 API calls, there yuv to rgb converter, rgb to yuv conversion and jpeg decoder API.
Update : 2024-04-28 Size : 129024 Publisher : 碧海

DL : 0
cam capture code for linux using v4l2 drivers
Update : 2024-04-28 Size : 21504 Publisher : bharath

V4L2较V4L有较大的改动,并已成为2.6的标准接口,函盖video\dvb\FM...,多数驱动都在向V4l2迁移。更好地了解V4L2先从应用入手,然后再深入到内核中结合物理设备/接口的规范实现相应的驱动。本文先就V4L2在视频捕捉或camera方面的应用框架。-V4L2 greater than V4L changes, and has become the standard interface 2.6, cover the video \ dvb \ FM ..., most drivers have migrated to the V4l2. Better understanding of the application V4L2 start start, and then deep into the core in combination with physical device/interface to the realization of the corresponding drive. This article first on the V4L2 video capture or camera in the application framework.
Update : 2024-04-28 Size : 4096 Publisher : pxxxb

三星2440摄像头接口驱动(camera接口),文件类型读取。可修改为saa7113解码芯片v4l2视频驱动-Samsung 2440 Camera Interface Driver (camera interface), file type read. Can be modified to saa7113 v4l2 video decoder chip driver
Update : 2024-04-28 Size : 18432 Publisher : seawind

v4l2 通过camera抓图,然后由rtp传输出去jpeg格式的图片。-v4l2 camera drawings through, then transfer out rtp jpeg format.
Update : 2024-04-28 Size : 104448 Publisher : 高超然

基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。 3.摄像头获取图像(saveCam.c) 使用开发板上的v4l2摄像头获取图像,并保存至文件。 4.显示保存的数据文件(showCam.c) 将摄像头获取保存的数据文件读取并显示。-The Linux-based GEC2440 under the camera capture key test of the experimental group is to help understand the Liunx access to the device under the way the camera image data processing and display 1.Frame RGB565 image data display (showRGB.c) constructed using the data format RGB565 image array in the LCD display red, green and blue map. 2. Image data storage (saveRGB.c) experiment will be constructed on a three-color image data written to the file. 3. Display the image file (readRGB.c) to save image data in the file to read and view the data. 3. Camera to obtain images (saveCam.c) using the development board for v4l2 camera image and save to file. 4. Display the saved data file (showCam.c) to get the camera to read the saved data files and display.
Update : 2024-04-28 Size : 5120 Publisher : JasonYi

DL : 0
基于v4l2和QT的视频采集显示应用程序,希望对做linux下视频采集的同行有所帮助。-QT-based video capture v4l2 and display applications, want to do video capture under linux peer help.
Update : 2024-04-28 Size : 21504 Publisher : hemaio

DL : 0
v4l2 采集图像的例子程序 v4l2 采集图像的例子程序-v4l2 v4l2 capture images of the example program examples of the image acquisition process
Update : 2024-04-28 Size : 2048 Publisher : xuhe
« 1 2 3 4 56 7 8 9 10 ... 28 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.