CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - v4l2 camera

搜索资源列表

  1. v4l2-camera.c.linux的usb摄像头采集4幅图像

    0下载:
  2. 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
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-03-22
    • 文件大小:3213
    • 提供者:杨永
  1. camera test 基于GTK的USB视频采集程序

    0下载:
  2. 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-03-22
    • 文件大小:23042
    • 提供者:程序员
  1. libHairCapture-2.0.0-RC1.tar.g

    0下载:
  2. 基于V4L和V4L2的图像捕捉程序,通过摄像头采集保存图像,V4L and V4L2 based on the image capture process, through the preservation of image acquisition camera
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:971572
    • 提供者:liu
  1. camera

    0下载:
  2. 6410 板子上 ov9650 摄像头 测试程序-6410, on board camera test program ov9650
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:307944
    • 提供者:田鑫
  1. sn9c1xx-1.48

    0下载:
  2. 基于v4l2的摄像头驱动,很好的学习驱动知识的入门代码。重点支持sonix系列摄像头。-V4l2 camera-based driver, good learning-driven knowledge entry code. Key support for Sonix series camera.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:75673
    • 提供者:胡强
  1. webcam_server

    1下载:
  2. 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.
  3. 所属分类:Video Capture

    • 发布日期:2015-06-30
    • 文件大小:16154
    • 提供者:janiz
  1. v4l2

    0下载:
  2. v4l2的源码,适合摄像头的视频和图片获取-v4l2 source for the video camera and image for
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:5413
    • 提供者:
  1. show.c.tar

    0下载:
  2. Hello world test, capture video frame from V4L2 camera, decode and display it to the monitor by SDL.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-05
    • 文件大小:5111
    • 提供者:Watt
  1. v4l2

    0下载:
  2. usb摄像头视频捕捉不可缺少的源码,v4l2.h和v4l2.c简单易行。-usb camera video capture indispensable source, v4l2.h and v4l2.c easy.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:16637
    • 提供者:宋白
  1. V4L2-example

    0下载:
  2. V4L2较V4L有较大的改动,并已成为2.6的标准接口,函盖video\dvb\FM...,多数驱动都在向V4l2迁移。更好地了解V4L2先从应用入手,然后再深入到内核中结合物理设备/接口的规范实现相应的驱动。本文先就V4L2在视频捕捉或camera方面的应用框架。-The V4L2 larger changes than the V4L 2.6 standard interface, and has become, covers the video \ dvb \ the FM ..., th
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:17212
    • 提供者:陈军
  1. v4l2

    0下载:
  2. 基于v4l2的摄像头采集测试程序的源码下载-V4l2-based camera to capture test source
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:3444
    • 提供者:解锁男
  1. v4l2_camera

    0下载:
  2. 基于 V4L2的USB摄像头视频采集。摄像头驱动为zc301模块。-Based on V4L2 USB camera video capture. The camera driver as zc301 Module.
  3. 所属分类:Video Capture

    • 发布日期:2017-11-12
    • 文件大小:11971
    • 提供者:yt
  1. video_capture

    0下载:
  2. 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
  3. 所属分类:Video Capture

    • 发布日期:2017-11-12
    • 文件大小:26346
    • 提供者:侯识欢
  1. qt_v4l2_camera.tar

    0下载:
  2. qt下的USB摄像头V4L2视频采集程序.-qt under the USB camera V4L2 video capture program.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:5591
    • 提供者:耶涛
  1. CameraRead

    0下载:
  2. 基于V4L2的摄像头采集并进行格式转换的应用,简单的图像化界面-Based on V4L2 camera acquisition and application of format conversion, simple graphical interface
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:7261
    • 提供者:LZ
  1. v4l2_demo

    0下载:
  2. linux下采用V4L2框架,采集图片,查看CAMERA支持格式(Linux under the V4L2 framework, collecting pictures, see CAMERA support format)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:天涯hbc
  1. Camera_test

    1下载:
  2. QT+DirctShow UVC摄像头视频显示(QT+DirctShow UVC Camera Test)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2018-01-01
    • 文件大小:8192
    • 提供者:kidding_
  1. mxc_v4l2_capture

    0下载:
  2. 基于V4L2架构完成视频采集,功能测试用(based on V4L2 for capturing video , for test camera capturing)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:周先生18
搜珍网 www.dssz.com