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

資源簡介

博客配套文件,演示了利用Pylon SDK進行相機采集的過程,使用MIL完成界面顯示,采集部分封裝成了類,可以直接重用。測試相機為Basler相機。

資源截圖

代碼片段和文件信息

//?BaslerCamera.cpp:?implementation?of?the?BaslerCamera?class.
//
//////////////////////////////////////////////////////////////////////

#include?“stdafx.h“
#include?“StartConnect.h“
#include?“BaslerCamera.h“

#ifdef?_DEBUG
#undef?THIS_FILE
static?char?THIS_FILE[]=__FILE__;
#define?new?DEBUG_NEW
#endif

/************************************************************************/
/*功能:構(gòu)造函數(shù),加載Pylon的動態(tài)運行庫和檢測所有相機
**輸入:無
**輸出:無
**時間:2012.4.22
**作者:文洲*/
/************************************************************************/
BaslerCamera::BaslerCamera()
{
//MIL相機變量初始化
m_milApp?=?m_milSys?=?m_milDisp?=?m_milImage?=?M_NULL?;

m_hDevice?=?NULL?;
m_hStreamGrab?=?NULL?;
m_hWaitobject?=?NULL?;

/**********************************************************************

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-20?19:33??Basler?Pylon相機采集\
?????文件???????15395??2012-05-05?12:53??Basler?Pylon相機采集\BaslerCamera.cpp
?????文件????????2058??2012-05-02?22:03??Basler?Pylon相機采集\BaslerCamera.h
?????文件???????15451??2012-05-06?11:23??Basler?Pylon相機采集\PylonCamera.cpp
?????文件????????2518??2012-05-06?08:56??Basler?Pylon相機采集\PylonCamera.h
?????文件????????3687??2012-04-20?21:20??Basler?Pylon相機采集\ReadMe.txt
?????目錄???????????0??2015-05-20?19:33??Basler?Pylon相機采集\res\
?????文件?????????920??2012-06-03?09:58??Basler?Pylon相機采集\resource.h
?????文件????????1078??2012-04-20?21:20??Basler?Pylon相機采集\res\StartConnect.ico
?????文件?????????404??2012-04-20?21:20??Basler?Pylon相機采集\res\StartConnect.rc2
?????文件???????21384??2015-05-20?19:19??Basler?Pylon相機采集\StartConnect.aps
?????文件????????1412??2015-05-20?19:25??Basler?Pylon相機采集\StartConnect.clw
?????文件????????2147??2012-04-20?21:20??Basler?Pylon相機采集\StartConnect.cpp
?????文件????????4562??2012-05-05?01:27??Basler?Pylon相機采集\StartConnect.dsp
?????文件?????????547??2012-04-20?21:20??Basler?Pylon相機采集\StartConnect.dsw
?????文件????????1390??2012-04-20?21:20??Basler?Pylon相機采集\StartConnect.h
?????文件?????????761??2012-05-06?11:51??Basler?Pylon相機采集\StartConnect.plg
?????文件????????5639??2012-06-03?09:58??Basler?Pylon相機采集\StartConnect.rc
?????文件????????5386??2012-06-03?09:55??Basler?Pylon相機采集\StartConnectDlg.cpp
?????文件????????1668??2012-06-03?09:55??Basler?Pylon相機采集\StartConnectDlg.h
?????文件?????????214??2012-04-20?21:20??Basler?Pylon相機采集\StdAfx.cpp
?????文件????????1246??2012-05-03?12:45??Basler?Pylon相機采集\StdAfx.h

評論

共有 條評論