91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.02M
    文件類型: .cpp
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-29
  • 語言: C/C++
  • 標簽: 攝像頭??c??d??

資源簡介

一個攝像頭驅動的類,使用方便。兼容所有支持dshow的攝像頭。

資源截圖

代碼片段和文件信息

//?CaptureVideo.cpp:?implementation?of?the?CCaptureVideo?class.
//
//////////////////////////////////////////////////////////////////////

#include?“stdafx.h“
#include?“CaptureVideo.h“
#include?“dibapi.h“

#include?“SampleGrabberCB.h“
#include?se.h>
#include?
#include?
#include?
#ifdef?_DEBUG
#undef?THIS_FILE
static?char?THIS_FILE[]=__FILE__;
#define?new?DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
//?Construction/Destruction
//////////////////////////////////////////////////////////////////////
CCaptureVideo::CCaptureVideo()
{
if(FAILED(CoInitialize(NULL)))
{
//AfxMessageBox(L“CCaptureVideo?CoInitialize?Failed!\r\n“);?
return;
}
m_hWnd?=?NULL;
m_VideoWindow?=?NULL;
m_Med

評論

共有 條評論