• 大小: 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

评论

共有 条评论