搜索资源列表
video_capture
- 图像采集的SDK程序。采用VC++编写,不需额外库文件,直接添加到工程文件中,即可使用-Image Capture SDK procedures. Using VC prepared without additional libraries directly added to the project document, in order to use
Video_capture
- 多种渠道视频采集源代码This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the
1_1_12
- [kingbmp.rar] - 基于对对话框的编程,很好的程序,研究生的毕业设计课题,用于工件表面缺陷的检测,但要自己把图像采集卡的库函数和一些元文件加入 [video_capture.rar] - 图像采集的SDK程序。采用VC++编写,不需额外库文件,直接添加到工程文件中,即可使用 [MyMultiCard.rar] - 天敏SDK2000的四窗口测试代码 by lonelywanders-[kingbmp.rar] -
video_capture
- 捕捉视频的源码程序 程序使用说明 1. 调试环境以及需要安装的软件和硬件 本程序已经在Windows 2000、Visual C++ 6.0环境下编译通过。程序可以运行在Windows 98/2000/XP/2003平台下,在Visual C++ 6.0中调试。使用时需要有一个摄像头并安装好相关驱动程序。
video_capture
- 将基于视频的人体运动捕捉方法分为自顶向下的方法和自底向上的方法2 大类编程实现
video_capture
- 图像采集的SDK程序。采用VC++编写,不需额外库文件,直接添加到工程文件中,即可使用-Image Capture SDK procedures. Using VC prepared without additional libraries directly added to the project document, in order to use
Video_capture
- 多种渠道视频采集源代码This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the
1_1_12
- [kingbmp.rar] - 基于对对话框的编程,很好的程序,研究生的毕业设计课题,用于工件表面缺陷的检测,但要自己把图像采集卡的库函数和一些元文件加入 [video_capture.rar] - 图像采集的SDK程序。采用VC++编写,不需额外库文件,直接添加到工程文件中,即可使用 [MyMultiCard.rar] - 天敏SDK2000的四窗口测试代码 by lonelywanders-[kingbmp.rar]-
video_capture
- 捕捉视频的源码程序 程序使用说明 1. 调试环境以及需要安装的软件和硬件 本程序已经在Windows 2000、Visual C++ 6.0环境下编译通过。程序可以运行在Windows 98/2000/XP/2003平台下,在Visual C++ 6.0中调试。使用时需要有一个摄像头并安装好相关驱动程序。 -Capture video source to use the procedure 1. Debugging en
video_capture
- 将基于视频的人体运动捕捉方法分为自顶向下的方法和自底向上的方法2 大类编程实现-Will be video-based human motion capture methods is divided into top-down methods and bottom-up approach to achieve two broad categories of programming
video_capture
- 通过摄像头调用AVICAP32.dll和User32.Dll动态链接库获取图像,可以是动态或静态-Through the camera User32.dll call Avicap32.dll and dynamic-link library to obtain images, it can be dynamic or static
video_capture
- 实现视频图像捕捉,本程序在 Windows、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-Video image capture, the program Windows, Visual C++ 6.0 compiler environment through the use of when the need for a good camera and install the releva
video_encoder_board_att
- This the artwork for a board that connects a video encoder chip to a Altera DE1 board (or any other) via a IDE cable-This is the artwork for a board that connects a video encoder chip to a Altera DE1 board (or any other)
Video_capture
- 在vc++环境下基于MFC的视频捕捉程序-In vc++ environment, MFC-based video capture program
Video_Capture
- 一款性能良好的视频捕捉系统,可以连续录像并保存为avi格式,可以用暴风影音等工具播放。是多媒体开发初学者优秀的参考源码。-A good performance of the video capture system that can continuously recording and save it as avi format, you can use tools such as Storm video player. Excelle
video_capture
- 基于linux-xvid的视频捕捉压缩,和jpeg压缩,fr a mebuffer显示。avi,a4v视频保存-Linux-xvid-based video capture compression, and jpeg compression, fr a mebuffer display. avi, a4v video save
Video_capture
- 视幕捕捉,在视频捕捉中实现了虚拟按钮的功能—即当有移动物体移过虚拟按钮时,虚拟按钮被触发-Video capture
video_capture
- 视频捕捉 视频捕捉 视频捕捉-video capture
video_capture
- 本文主要介绍了微软公司VFW(Video for Windows)软件包中的AVICap窗口类的成员函数和一些关键宏,以及与编写视频捕捉程序紧密相关的几个结构体。最后,通过一个视频捕捉应用程序,展示了如何具体实现视频捕捉,以及要注意的相关问题。-This article mainly introduced the Microsoft VFW (Video for Windows) of the software package AVIC
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the