搜索资源列表
usb-driver
- 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
Camera
- 一款VC6.0开发的USB摄像头应用程序
camera driver
- 此源代码是一个可以驱动本地USB摄像头的程序。
netvideo.rar
- 程序包括一个server 和一个client 他们可以在局域网内通过USB摄像头采集 图像,并经过jpeg压缩,然后通过网络传送到 client端,client端再解压并显示图像 程序运行前先设定好ip地址,可以看程序里面的设定ip,然后修改,This process includes a server and a client that they can in the LAN through the USB camera capture images, and after jpeg
OV511.rar
- EVC 写的 wince usb camera 代码 ,EVC wrote wince usb camera code
TestOv511.rar
- evc 界面 wince 5.0 ov511 usb camera 驱动原代码 ,EVC interface wince 5.0 ov511 usb camera driver source code
EasyCam1.0
- 主要功能: 实现USB摄像头、虚拟摄像头视频图像的拍照、录制功能。 代码完全使用C#编写,也是最近一段时间理解DirectShow .Net组件的第一个实例,功能较简单,经过一段时间的简单测试应该可以与大家分享一下。 -Main function: To achieve USB camera, virtual camera video camera, recording capabilities. The use of C# code complete
DirectShow_Video
- 基于DirectShow控制USB摄像头,并带有画质调节功能-Based on DirectShow Control USB camera, and with a quality adjustment function
Video-motion-detection-algorithm-source-code
- 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
Windows_Embedded_CE_6.0_USB_Camera_Driver
- Windows Embedded CE 6.0 USB Camera Driver
WindowsCeUSB
- Windows CE.net USB camera
camera
- The whold VC++ 6.0 source project on USB camera. Commented in Chinese
USB_c_program
- 8051单片机USB接口程序设计 配套c程序 ch10-ch18,希望对你有用!-8051 Single-chip USB interface programming package c procedures ch10-ch18, hope useful for you!
EDWBCStream
- That s VB.NET source. I work with XP Pro. Three hard pointsmaximum frames rate : 90 frames/sec (with Philips SPC 900NC PC Camera)reat multiple image format (RGB24, I420 with DIB) not get better than 15 frames/sec with 640x480 resolution,
CameraDriver
- 摄像头USB驱动程序,其中USB通信采用windriver代码生成。摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/XP-Camera USB drivers, including USB communication using windriver code generation. Camera chip necessary for the OV511+ (such as: mesh v2000), applicable to Windows2000/XP
Camera
- 一个usb摄像头vc编程示范程序,只需20多条语句就可玩转你的摄像头了!-usb camera vc++ program
shexiangtou
- USB摄像头开发程序 提供各种个能例子代码 可以借鉴 或者以此为基础进行开发-USB camera development process offers one example of code that can learn or be able to use this as the basis for the development
wince60_USB_Camera_Driver
- Windows Embedded CE 6.0 USB Camera Driver
usb-Camera
- 可以录制USB摄像头视频的小程序,录制后存为AVI视频格式-USB camera can record video of a small program, after recording saved as AVI video format
USB摄像头图像采集单帧图像
- 利用电脑的摄像头或者外部的USB摄像头,采集图片。(Use a computer camera or an external USB camera to collect pictures.)