Location:
Search - v4l2 image
Search list
Description: 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 program, independant of the driver. Uses libusb to
directly access the camera and capture a frame, saved
under frame.jpg. Will not work if the driver is loaded.
fpixtest: test program. Uses V4L2 to capture an image.
fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest.
-Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/Co. ntains the driver sources. Compile with "make" . Then as root. install with "make install." Type "modprobe fi nepix "to load the module. userspace/Type "mak e "to compile. fpix : test program, independant of the driver. Uses libusb to direc tly access the camera and capture a frame. saved under frame.jpg. Will not work if the driv er is loaded. fpixtest : test program. Uses V4L2 to capture an image. fpi x-stress-v4l2 : never ending (in theory) stress test derived fr om fpixtest.
Platform: |
Size: 28672 |
Author: 毕胜 |
Hits:
Description: Video for linux head two 的视频采集示例,是V4L的升级版,在Linux下编译即可,是Linux下图像采集编程的API-Video for linux head two of the video capture sample, is an upgraded version of v4l in Linux can be compiled under is image acquisition under Linux Programming API
Platform: |
Size: 3072 |
Author: minsky |
Hits:
Description: 用Linux C写的基于minigui开源版本和V4L2的图像采集显示程序-Using Linux C write minigui-based open-source version of the V4L2 image acquisition and display program
Platform: |
Size: 17408 |
Author: David Liu |
Hits:
Description: luvcview v4l2视频采集程序。实现v4l2接口的图像获取-luvcview v4l2 video capture program. Achieve the v4l2 interface, image acquisition
Platform: |
Size: 89088 |
Author: adowell |
Hits:
Description: 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.
Platform: |
Size: 94208 |
Author: rason |
Hits:
Description: 自己开发的基于华恒S3C6410-R2开发板的yuv图像采集程序,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c,已产品化-Their development huaheng S3C6410-R2 based on development board yuv image capture program, providing c source code and MAKEFILE, the first development board supporting data files are, used. C file to be renamed cam2fb.c, has products of
Platform: |
Size: 2048 |
Author: 杨在 |
Hits:
Description: 基于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.
Platform: |
Size: 5120 |
Author: JasonYi |
Hits:
Description: v4l2 采集图像的例子程序 v4l2 采集图像的例子程序-v4l2 v4l2 capture images of the example program examples of the image acquisition process
Platform: |
Size: 2048 |
Author: xuhe |
Hits:
Description: v4l2 采集图像的例子程序 -v4l2 v4l2 capture images of the example program examples of the image acquisition process
Platform: |
Size: 2048 |
Author: xuhe |
Hits:
Description: 下位机图像捕获程序,及其源代码,编译环境Ubuntu 9.10 codeblocks 8.02。-Lower computer image capture process, and its source code, build environment Ubuntu 9.10 codeblocks 8.02.
Platform: |
Size: 2627584 |
Author: yubo |
Hits:
Description: 使程序有发现设备的能力和操作设备.它主要是用过一系列的回调函数来实现这些功能.像设置高频头的频率,帧频,视频压缩格式和图像像参数等等(在我写的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 like to set the frequency, frame rate, video compression and image as parameters and so on (in my FM write driver is set on the main frequency, set the volume, etc.)
Platform: |
Size: 1024 |
Author: qicqboz |
Hits:
Description: 利用Video4Linux内核应用编程接口函数对汽车行驶记录仪中用USB摄像头采集图片的实现进行了开发。基于嵌入式Linux系统的ARM9(EDB9260)平台,对该平台上硬件系统和软件系统的搭建进行简介。配置EDB9260开发商提供的内核(2.6.19),然后具体介绍基于video4linux的USB摄像头图片采集程序的实现,使用autotools来制作Makefile对图像采集程序进行编译。成功的采集到了图片并进行保存,最后完成JPEG压缩的实现。-Video4Linux kernel application programming interface used on the vehicle traveling data recorder function USB camera capture images using the realization of the development. Based on embedded Linux systems ARM9 (EDB9260) platform, the platform hardware and software systems to build the profile. Configuring the kernel developers EDB9260 (2.6.19), and then the specific description is based on the USB camera image video4linux acquisition program implementation, the use autotools to create Makefile to compile the image acquisition program. Successful collection and save images to finalize implementation of JPEG compression.
Platform: |
Size: 768000 |
Author: 房龙 |
Hits:
Description: v4l2的源码,适合摄像头的视频和图片获取-v4l2 source for the video camera and image for
Platform: |
Size: 5120 |
Author: 太 |
Hits:
Description: linux的usb摄像头采集4幅图像,有点小错误,从第二次开始采集的图像,第一幅都不能正常显示-linux for usb camera capture four images, a little mistake, began collecting from the second image, the first one can not be displayed properly
Platform: |
Size: 3072 |
Author: 杨永 |
Hits:
Description: 几个关于图像格式转换,以及video for linux的使用介绍文档,包含了linux视频的采集,以及图像格式的变换-Several of the image format conversion, and introduced the use of video for linux documentation, including the linux video capture, and image format conversion, etc.
Platform: |
Size: 1196032 |
Author: gongqg |
Hits:
Description: 网络摄像头 基于v4l2 在tq2440开发板上显示采集视屏 同时udp传输到电脑-internet camera
Platform: |
Size: 52224 |
Author: zhang |
Hits:
Description: Based ARMhf of the V4l2 image acquisition program codeblocks Development Environment compiler interface using GTK2.0.,Based ARMhf of the V4l2 image acquisition program codeblocks Development Environment compiler interface using GTK2.0.
Platform: |
Size: 17408 |
Author: 谢强 |
Hits:
Description: 利用V4L2协议进行图像处理的编程框架结构-The utilization the V4L2 protocol for image processing programming framework structure
Platform: |
Size: 17408 |
Author: hy |
Hits:
Description: Standard image size definitions.
Platform: |
Size: 3072 |
Author: bgjiegm |
Hits:
Description: V4L2框架的图片采集,及相关结构体的详细介绍(V4L2 frame image acquisition, and related structures in detail)
Platform: |
Size: 9216 |
Author: 54_Loco
|
Hits: