资源简介
1.下载文件。strmiids.lib + CameraDS.cpp + CameraDS.h + qedit.h。(见附件)
2.将下载的文件放在工程目录下。
3.在VS2013工程中右键 -> 属性页 -> 配置属性 -> 链接器 -> 输入 -> 附加依赖项 -> 添加 "strmiids.lib"。
4.在工程中头文件中添加 CameraDS.h ,qedit.h;在源文件中添加CameraDS.cpp。
5.编译,收工。
代码片段和文件信息
//////////////////////////////////////////////////////////////////////
// Video Capture using DirectShow
// Author: Shiqi Yu (shiqi.yu@gmail.com)
// Thanks to:
// HardyAI@OpenCV China
// flymanbox@OpenCV China (for his contribution to function CameraName and frame width/height setting)
// Last modification: April 9 2009
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
// 使用说明:
// 1. 将CameraDS.h CameraDS.cpp以及目录DirectShow复制到你的项目中
// 2. 菜单 Project->Settings->Settings for:(All configurations)->C/C++->Category(Preprocessor)->Additional include directories
// 设置为 DirectShow/Include
// 3. 菜单 Project->Settings->Settings for:(All configurations)->link->Category(Input)->Addit
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11398 2010-11-16 17:49 VS2013配置CameraDS类相关文件\CameraDS.cpp
文件 3097 2010-11-16 17:20 VS2013配置CameraDS类相关文件\CameraDS.h
文件 3231 2013-03-24 17:14 VS2013配置CameraDS类相关文件\qedit.h
文件 272820 2016-05-31 16:45 VS2013配置CameraDS类相关文件\strmiids.lib
目录 0 2016-06-01 08:49 VS2013配置CameraDS类相关文件\
- 上一篇:基于PIC单片机编写的逆变器程序
- 下一篇:stm32F107模板工程
评论
共有 条评论