USB摄像头图像采集VC源代码

上传者: wderth | 上传时间: 2020-01-03 11:39:06 | 文件大小: 5.96MB | 文件类型: rar
USB摄像头图像采集VC源代码 void CVideoEXEDlg::OnDisplay() { typedef void (* DISPLAY)(HWND hWnd,BITMAPINFO m_InInfo,COMPVARS m_CV); HINSTANCE hInst; hInst = ::LoadLibrary ("VideoDLL.dll"); if(hInst==NULL) { AfxMessageBox("Fail to load MyVideo.dll"); } else { InitCompressor(); DISPLAY lpDisplay; lpDisplay = (DISPLAY)GetProcAddress (hInst,"Display"); if(lpDisplay!=(DISPLAY)NULL) (lpDisplay)(m_hCaptureWnd,m_InInfo,m_CV);

文件下载

资源详情

[{"title":"( 45 个子文件 5.96MB ) USB摄像头图像采集VC源代码","children":[{"title":"从摄像头采集图像的VC源代码ss","children":[{"title":"VideoEXE","children":[{"title":"VideoEXE.rc <span style='color:#111;'> 5.41KB </span>","children":null,"spread":false},{"title":"VideoEXE.ncb <span style='color:#111;'> 15.51MB </span>","children":null,"spread":false},{"title":"StdAfx.cpp <span style='color:#111;'> 296B </span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'> 776B </span>","children":null,"spread":false},{"title":"VideoEXE.suo <span style='color:#111;'> 10.00KB </span>","children":null,"spread":false},{"title":"VideoEXE.vcproj.20090918-0933.Administrator.user <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"VideoEXE.idl <span style='color:#111;'> 412B </span>","children":null,"spread":false},{"title":"VideoEXEDlg.h <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"VideoEXE.dsw <span style='color:#111;'> 541B </span>","children":null,"spread":false},{"title":"VideoEXEDlg.cpp <span style='color:#111;'> 6.47KB </span>","children":null,"spread":false},{"title":"VideoEXE_i.c <span style='color:#111;'> 954B </span>","children":null,"spread":false},{"title":"VideoEXE.opt <span style='color:#111;'> 48.50KB </span>","children":null,"spread":false},{"title":"VideoEXE.sln <span style='color:#111;'> 880B </span>","children":null,"spread":false},{"title":"VideoEXE.vcproj <span style='color:#111;'> 7.09KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"VideoEXE.exe.embed.manifest <span style='color:#111;'> 660B </span>","children":null,"spread":false},{"title":"vc60.pdb <span style='color:#111;'> 468.00KB </span>","children":null,"spread":false},{"title":"VideoEXE.tlb <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false},{"title":"VideoEXE.res <span style='color:#111;'> 2.84KB </span>","children":null,"spread":false},{"title":"vc80.pdb <span style='color:#111;'> 844.00KB </span>","children":null,"spread":false},{"title":"VideoEXE.pdb <span style='color:#111;'> 3.44MB </span>","children":null,"spread":false},{"title":"BuildLog.htm <span style='color:#111;'> 7.39KB </span>","children":null,"spread":false},{"title":"VideoEXEDlg.sbr <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"VideoEXE.exe.embed.manifest.res <span style='color:#111;'> 724B </span>","children":null,"spread":false},{"title":"mt.dep <span style='color:#111;'> 67B </span>","children":null,"spread":false},{"title":"VideoEXE.exe <span style='color:#111;'> 228.00KB </span>","children":null,"spread":false},{"title":"dmavideo.dll <span style='color:#111;'> 59.00KB </span>","children":null,"spread":false},{"title":"StdAfx.obj <span style='color:#111;'> 382.70KB </span>","children":null,"spread":false},{"title":"VideoEXE.sbr <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"StdAfx.sbr <span style='color:#111;'> 1.65MB </span>","children":null,"spread":false},{"title":"VideoEXE.obj <span style='color:#111;'> 324.71KB </span>","children":null,"spread":false},{"title":"VideoEXEDlg.obj <span style='color:#111;'> 42.01KB </span>","children":null,"spread":false},{"title":"VideoEXE.exe.intermediate.manifest <span style='color:#111;'> 625B </span>","children":null,"spread":false}],"spread":false},{"title":"VideoEXE.dsp <span style='color:#111;'> 4.10KB </span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 2.43KB </span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"VideoEXE.cpp <span style='color:#111;'> 4.32KB </span>","children":null,"spread":false},{"title":"VideoEXE.clw <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"VideoEXE.h <span style='color:#111;'> 1.43KB </span>","children":null,"spread":false},{"title":"VideoEXE_i.h <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false},{"title":"VideoEXE.rgs <span style='color:#111;'> 179B </span>","children":null,"spread":false},{"title":"res","children":[{"title":"VideoEXE.rc2 <span style='color:#111;'> 400B </span>","children":null,"spread":false},{"title":"VideoEXE.ico <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false}],"spread":false},{"title":"VideoEXE.plg <span style='color:#111;'> 747B </span>","children":null,"spread":false},{"title":"VideoEXE.aps <span style='color:#111;'> 21.71KB </span>","children":null,"spread":false}],"spread":false},{"title":"www.pudn.com.txt <span style='color:#111;'> 218B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • qq303103757 :
    里面有个dll文件,没有源码,很难在其他编译器运行。。而且vs2013运行不出图像
    2018-11-02
  • w379347055 :
    不错,没准以后能用的上
    2018-03-31
  • yaoey2009 :
    刚学习,还是没看明白。无法评价资源的。只能谢谢作者了。
    2017-02-08
  • heguobao :
    比较实用。
    2016-12-14
  • hannibald :
    很不错,5分
    2016-11-08

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明