搜索资源列表
DigitalImageT
- visual c++ 是功能强大的编译器,本人在带本科生的毕业设计中,利用VFW32.LIB编写了USB摄像头的AVI图像采集,并对图像进行AVI格式到BMP的解析和提取,并对图像进行分析提取信息。这是学习数字图像和多媒体编程的绝好素材。本代码可在visual c++6.0下运行。-visual c is a powerful compiler, I would bring the number of undergraduate graduation design, VFW32.LIB prep
WebCam005
- 基于window ce的usb web camera驱动编程源码,可以把手机当作PC camera来用-window ce on the usb web camera-driven programming source, can be as a mobile phone camera to use PC
USB摄像头编程
- 摄像头编程,采用纯API写的视频捕捉程序。在此基础上可以写出适合自己的程序。-camera programming, using pure API written in video capture process. On this basis can write for their own procedures.
For_Send 图像采集程序
- USB摄像头和采集卡图像采集程序 采用VXL类库编程,各处理单元以封装成类 便于处理调用VXl可去http://vxl.sourceforge.net/ 下载另用到 ARtoolkit2.7可自行下载-USB camera and image acquisition card collection procedures used Implementation library programming, the processing unit to package into categories t
testCamera
- 一个摄像头的编程,可以通过USB的摄像头进行摄像-Programming a camera through USB camera to camera
MAIN-LOOP-IN-USB-FIRMWARE
- 在USB固件程序设计中的主循环程序基于MP3或者MP4-USB firmware programming in the main cycle of the procedure based on the MP3 or MP4
USBTOCamera
- USB摄象头编程,有想学习视频的可做参考-USB Webcam programming, video want to learn to do a reference ...
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,