CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux usb camera

搜索资源列表

  1. usb-driver

    0下载:
  2. 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1665161
    • 提供者:吴世华
  1. gspcav1-20071224.tar

    0下载:
  2. Linux下很强大的万能USB摄像头驱动。解压后,进入文件夹,make,make install即可,很方便。-Linux under the very strong universal USB camera driver. Decompression after entering the folder, make, make install can be very convenient.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1245344
    • 提供者:py
  1. vidcat

    0下载:
  2. 可在S3C2440A平台上运行的VIDCAT源码,控制USB摄像头拍照的程序,可生成图片文件存储在FLASH盘中-S3C2440A platform can run on VIDCAT source, control USB camera to take photographs of the process, can generate the image file is stored in FLASH intraday
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:103923
    • 提供者:hell
  1. Chapter_6_Advanced_experiments_part2

    0下载:
  2. 周立功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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:422868
    • 提供者:yc
  1. usbwebcam_cap

    0下载:
  2. linux操作系统上实现usb摄像头采集图像并进行远程传输-linux operating system to achieve usb camera capture images and remote transmission
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:767903
    • 提供者:changhui
  1. uvcvideo-r104.tar

    1下载:
  2. linux系统下usb摄像头驱动程序,支持v4l/v4l2,代码简洁明了,适合初学者入门-usb camera driver for linux system support v4l/v4l2, concise code, suitable for beginners entry
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:76898
    • 提供者:无尘
  1. VideoDog_2

    0下载:
  2. linux usb 摄像头采集开发程序,纯C程序-linux usb camera Video capture and display the development
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:120564
    • 提供者:James
  1. USB-camera-driver

    0下载:
  2. 是S3C2410开发板上的linux下的USB摄像头驱动程序。-It is USB drvier of S3C2410 on linux.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-26
    • 文件大小:53020
    • 提供者:afgdas
  1. webcam_developmen(linux-gstreamer)

    0下载:
  2. 基于 Linux gstreamer usb camera 视频采集 -video capture which is based on linux gstreamer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:237657
    • 提供者:李锋
  1. 111

    0下载:
  2. linux 下usb摄像头保存一帧图片代码-under linux usb camera to save a picture code
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-16
    • 文件大小:9157
    • 提供者:郭小虎
  1. camera

    0下载:
  2. linux下使用Qt编写的视频采集,OV511USB摄像头-Video Capture programmed by Qt in Linux OS with OV511 USB camera.
  3. 所属分类:Video Capture

    • 发布日期:2017-11-11
    • 文件大小:293708
    • 提供者:zhuzi chen
  1. test

    0下载:
  2. ARM9+Linux下USB摄像头图像采集-Lower ARM9+Linux USB camera image acquisition
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:3893
    • 提供者:张忠元
  1. v4L

    0下载:
  2. v4l2在linux视频采集底层驱动,完全实现在linux下usb摄像头的视频采集,希望大家多多提意见!-v4l2 video capture underlying driver in linux, fully realized under linux usb camera video capture, I hope you do so!
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1376449
    • 提供者:小娃
  1. V4-Linux2-USB-two-carmera-

    0下载:
  2. 嵌入式linux下采用v4l2打开双USB摄像头-Embedded Linux under the use of v4l2 open dual USB camera
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4507
    • 提供者:wangxinghua
  1. Linux系统

    0下载:
  2. linux下uvc协议,v4l2结构,包含usb摄像头视频采集,保存,显示代码,C语言代码(Linux under the UVC protocol, v4l2 structure, including USB camera, video capture, preservation, display code, C language code)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-16
    • 文件大小:5039104
    • 提供者:yowl1986
  1. mjpg-streamer-master

    0下载:
  2. Linux利用mjpg-streamer技术实现USB摄像头网络监控(Linux using mjpg-streamer technology to achieve USB camera network monitoring)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:857088
    • 提供者:大龄儿童
  1. camera

    0下载:
  2. qt开发的嵌入式linux系统下USB摄像头显示(show camra get captrue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:ak477
  1. Camera.tar

    1下载:
  2. 在ubuntu12.04,基于qt4.8编写的使用opencv打开摄像头,并进行拍照,保存照片,读图片进行裁剪(In ubuntu12.04, written on qt4.8, use OpenCV to open the camera, and take pictures, save photos, read pictures, cut them out)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:5420032
    • 提供者:378893499
  1. V4L2

    0下载:
  2. linux下,插入usb摄像头设备,运行程序,可采集多帧图像,并保存(linux, insert usb camera device, run the program, you can capture multi-frame images, and save)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:MenJnto
  1. work

    0下载:
  2. linux下,插入摄像头设备,多帧图像采集(linux, insert usb camera device, run the program, you can capture multi-frame images, and save)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:MenJnto
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com