-
通过普通USB接口的网络摄像头进行视频图像采集,并可以完成AVI格式的视频录像。加上音频采集和音视频同步机制会更好。...
通过普通USB接口的网络摄像头进行视频图像采集,并可以完成AVI格式的视频录像。加上音频采集和音视频同步机制会更好。-by ordinary USB Webcam Video image acquisition, and will be completed AVI format video projection. Audio acquisition and add audio and video synchronization mechanism will be even better.
- 2022-01-21 02:16:15下载
- 积分:1
-
远程视频监控系统,分为客户端和服务器端,vc6.0下调试通过
远程视频监控系统,分为客户端和服务器端,vc6.0下调试通过-Remote Video Monitoring System, is divided into client and server-side, vc6.0 debugging through
- 2023-01-27 21:10:04下载
- 积分:1
-
transcde 与 ffmpeg
我们将决定转换后的文件的质量设置视频的大小。这将是该文件将显示在电视上多大。所以,您可以设置它,以便它显示全屏幕,而不是你的电视机里面的小窗口设置音频比特率如果已插入一张 DVD 或不确定设置您的输出文件的卷标这是从 http://www.codeguru.com/vb/gen/vb_multimedia/article.php/c19683/Creating-a-Video-Converter-Using-VBNET.htm和 http://www.sysnet.pe.kr/2/0/1210
- 2022-02-14 05:39:10下载
- 积分:1
-
如何生产数码相机、扫描仪等设备快照
如何制作数码相机、扫描仪等设备的快照-how the production of digital cameras, scanners and other devices snapshot
- 2022-04-09 10:51:40下载
- 积分:1
-
Video capture source program of ARM USB draw following 3 file: vidcat.c v41.c v4...
UndocumentNT 一书的代码,深入了解NT操作系统的不错好书.-UndocumentNT a book of code, in-depth understanding of the NT operating system good books.
- 2023-07-30 00:35:03下载
- 积分:1
-
利用opencv的灰度电子稳像
应用背景
基于灰度的电子稳像 部分来源于网络 自己进行了修改
可实现对于多个分辨率进行稳象 但只能处理左右上下的移动导致的抖动
用来学习很不错
关键技术使用opencv2.4.10+vs2012 编译成功 可以使用 但是注明 在这个代码里范例视频是640*480的
- 2022-03-01 08:14:44下载
- 积分:1
-
同时利用NI IMAQ & oVFW.ocx实现对双USB camera的视频采集
同时利用NI IMAQ & oVFW.ocx实现对双USB camera的视频采集-At the same time using NI IMAQ
- 2022-03-13 19:19:22下载
- 积分:1
-
这是个网络播放软件 很好用的
这是个网络播放软件 很好用的-This a very good software Webcast of
- 2022-02-28 17:34:26下载
- 积分:1
-
300000, 1300000 of several cameras and camera driver control the original code,...
30万,130万的几款摄像头的驱动程序和照相控制原码,欢迎大家下载哟-300000, 1300000 of several cameras and camera driver control the original code, welcomed everyone to download yo
- 2023-04-27 18:35:04下载
- 积分:1
-
用普通USB摄像头捕捉图像
#ifndef _DLL_H_
#define _DLL_H_
#define EXPORT __declspec (dllexport)
EXPORT long SetUp(long driver, long width, long height);
EXPORT long GetDigitizer(long DigitizerID, CHAR *str);
EXPORT void Grab(unsigned char *LVPict);
EXPORT void ShowDialog(long WhichDlg);
#endif
- 2023-01-07 22:30:03下载
- 积分:1