資源簡介
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);

代碼片段和文件信息
//?stdafx.cpp?:?source?file?that?includes?just?the?standard?includes
// VideoEXE.pch?will?be?the?pre-compiled?header
// stdafx.obj?will?contain?the?pre-compiled?type?information
#include?“stdafx.h“
#ifdef?_ATL_STATIC_REGISTRY
#include?
#endif
#include?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????7564??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\BuildLog.htm
?????文件??????60416??2004-01-21?22:52??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\dmavideo.dll
?????文件?????????67??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\mt.dep
?????文件?????391882??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\StdAfx.obj
?????文件????1732230??2011-01-10?10:00??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\StdAfx.sbr
?????文件?????479232??2011-01-15?16:34??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\vc60.pdb
?????文件?????864256??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\vc80.pdb
?????文件?????233472??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.exe
?????文件????????660??2011-02-23?21:41??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.exe.em
?????文件????????724??2011-02-23?21:41??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.exe.em
?????文件????????625??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.exe.intermediate.manifest
?????文件?????332503??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.obj
?????文件????3607552??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.pdb
?????文件???????2904??2010-12-29?22:22??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.res
?????文件??????????0??2011-01-10?10:00??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.sbr
?????文件???????1128??2010-12-29?22:19??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXE.tlb
?????文件??????43016??2011-02-23?21:57??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXEDlg.obj
?????文件??????????0??2011-01-10?10:01??從攝像頭采集圖像的VC源代碼ss\VideoEXE\Debug\VideoEXEDlg.sbr
?????文件???????2490??2002-04-30?09:50??從攝像頭采集圖像的VC源代碼ss\VideoEXE\ReadMe.txt
?????文件???????1078??2004-04-29?15:16??從攝像頭采集圖像的VC源代碼ss\VideoEXE\res\VideoEXE.ico
?????文件????????400??2004-04-29?15:16??從攝像頭采集圖像的VC源代碼ss\VideoEXE\res\VideoEXE.rc2
?????文件????????776??2010-12-29?22:19??從攝像頭采集圖像的VC源代碼ss\VideoEXE\resource.h
?????文件????????296??2010-12-29?22:19??從攝像頭采集圖像的VC源代碼ss\VideoEXE\StdAfx.cpp
?????文件???????1549??2010-12-29?22:19??從攝像頭采集圖像的VC源代碼ss\VideoEXE\StdAfx.h
?????文件??????22228??2011-02-23?21:38??從攝像頭采集圖像的VC源代碼ss\VideoEXE\VideoEXE.aps
?????文件???????1104??2011-02-23?21:38??從攝像頭采集圖像的VC源代碼ss\VideoEXE\VideoEXE.clw
?????文件???????4419??2010-12-29?22:19??從攝像頭采集圖像的VC源代碼ss\VideoEXE\VideoEXE.cpp
?????文件???????4195??2004-04-29?15:16??從攝像頭采集圖像的VC源代碼ss\VideoEXE\VideoEXE.dsp
?????文件????????541??2004-04-29?15:16??從攝像頭采集圖像的VC源代碼ss\VideoEXE\VideoEXE.dsw
?????文件???????1461??2010-12-29?22:19??從攝像頭采集圖像的VC源代碼ss\VideoEXE\VideoEXE.h
............此處省略22個文件信息
評論
共有 條評論