-
vb摄像头控制源码
Dim lpszName As String * 100
Dim lpszVer As String * 100
Dim Caps As CAPDRIVERCAPS
"//Create Capture Window
capGetDriverDescriptionA 0, lpszName, 100, lpszVer, 100 "// Retrieves driver info
lwndC = capCreateCaptureWindowA(lpszName, WS_CAPTION Or WS_THICKFRAME Or WS_VISIBLE Or WS_CHILD, 0, 0, 160, 120, Me.hWnd, 0)
"// Set title of window to name of driver
SetWindowText lw
- 2023-08-01 21:55:03下载
- 积分:1
-
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264编码的前期工作。-To do their own will video capture (using the camera can be collected after the AVI format) and format conversion (AVITOYUV) in conjunction with the completion of a program inside the code, pure WIN32, no MFC. H.264 encoder can be used for the preliminary work.
- 2022-01-22 00:59:44下载
- 积分:1
-
实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9
实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9-12左右,太慢了. 发现经过使用directshow后速度提升到60帧/s.在opencv group上了解到这是一个普遍问题,也许有人做过转换,却没有完整的例子与代码.在此贴出.对希望提高opencv视频分析速度的有所帮助-Opencv experiment found that the cvCaptureFromCAM using vfw, the use of information mechanism to slow fps test found that only about 9-12, too slow. Discovered through the use of DirectShow velocity to 60/s. In opencv group understanding that this is a common problem, perhaps someone has done the conversion, but no complete examples and code.此贴out in. opencv want to improve the speed of video analysis help
- 2023-08-26 23:15:03下载
- 积分:1
-
C++Builder,VC写的一个摄像头控制程序
C++Builder,VC写的一个摄像头控制程序-A demo of PC camera controller written in C++ Builder and Visual C++.
- 2022-08-10 12:51:17下载
- 积分: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
-
android视频加密,
Android视频加密,加密速度快,而且提供登陆密码功能。
- 2022-05-23 16:42:27下载
- 积分:1
-
校准文件包含在Visual C++ 2008开发的源代码,我们有…
The calibration file contains a source code developed on Visual C++ 2008, we have used the OpenCV library for import and process the stereo input images. This code generate un text file that contains the estimated parameters for calibration.
- 2022-03-21 05:27:42下载
- 积分:1
-
Point to point video transmission via the source code, using VC++ written in a c...
点对点的网络视频传输源码,采用VC++编写,结构清晰-Point to point video transmission via the source code, using VC++ written in a clear structure ... ...
- 2022-02-02 18:05:17下载
- 积分:1
-
C++实现Hog程序代码
资源描述
本人为了更好地理解hog算法,看了相关资料以后,用C++实现了hog算法。相对于Opencv自带的程序,要更简洁,易于理解。
希望对初学者有所帮助。
- 2022-02-06 21:43:42下载
- 积分:1
-
我买的VisualC++高级开发范例解析一书上的光盘源代码。
我买的VisualC++高级开发范例解析一书上的光盘源代码。-I bought VisualC++ Advanced Development analytic example of a book on CD-ROM source code.
- 2022-12-12 02:55:03下载
- 积分:1