資源簡介
簡單的basler采集+halcon控件顯示
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading;
using?System.Windows.Threading;
using?System.IO;
using?System.Windows.Forms;
using?Basler.Pylon;
namespace?InterfaceView
{
????class?BaslerCamera
????{
????????public?Basler.Pylon.Camera?BASLERCam?=?null;
????????public?Version?Sfnc2_0_0?=?new?Version(2?0?0);
????????//相機信息參數
????????private??string?m_VendorName?=?““;
????????private??string?m_ModelName?=?““;
????????private??string?m_FirmWareVersion?=?““;
????????private??long?m_OffsetX?=?0;
????????private??long?m_OffsetY?=?0;
????????private??long?m_Width?=?0;
????????private??long?m_Height?=?0;
????????private??string?m_PixelFormat?=?““;
????????private??bool?m_IsSoftTrigger?=?false;
????????publi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????144??2016-10-21?21:12??InterfaceView\InterfaceView\app.config
?????文件???????9131??2016-11-04?10:43??InterfaceView\InterfaceView\BaslerCamera.cs
?????文件????1279632??2016-02-25?13:59??InterfaceView\InterfaceView\bin\Debug\halcondotnet.dll
?????文件????4078287??2016-02-25?05:04??InterfaceView\InterfaceView\bin\Debug\halcondotnet.xm
?????文件??????27648??2016-11-04?10:57??InterfaceView\InterfaceView\bin\Debug\InterfaceView.exe
?????文件????????144??2016-10-21?21:12??InterfaceView\InterfaceView\bin\Debug\InterfaceView.exe.config
?????文件??????56832??2016-11-04?10:57??InterfaceView\InterfaceView\bin\Debug\InterfaceView.pdb
?????文件??????11600??2016-11-07?22:54??InterfaceView\InterfaceView\bin\Debug\InterfaceView.vshost.exe
?????文件????????144??2016-10-21?21:12??InterfaceView\InterfaceView\bin\Debug\InterfaceView.vshost.exe.config
?????文件????????490??2010-03-17?22:39??InterfaceView\InterfaceView\bin\Debug\InterfaceView.vshost.exe.manifest
?????文件?????914376??2016-08-11?16:43??InterfaceView\InterfaceView\bin\x64\Debug\Basler.Pylon.dll
?????文件????2175228??2016-08-11?16:37??InterfaceView\InterfaceView\bin\x64\Debug\Basler.Pylon.xm
?????文件????1279632??2016-02-25?13:59??InterfaceView\InterfaceView\bin\x64\Debug\halcondotnet.dll
?????文件????4078287??2016-02-25?05:04??InterfaceView\InterfaceView\bin\x64\Debug\halcondotnet.xm
?????文件??????27136??2016-11-10?16:15??InterfaceView\InterfaceView\bin\x64\Debug\InterfaceView.exe
?????文件????????144??2016-10-21?21:12??InterfaceView\InterfaceView\bin\x64\Debug\InterfaceView.exe.config
?????文件??????56832??2016-11-10?16:15??InterfaceView\InterfaceView\bin\x64\Debug\InterfaceView.pdb
?????文件??????11592??2016-11-11?23:49??InterfaceView\InterfaceView\bin\x64\Debug\InterfaceView.vshost.exe
?????文件????????144??2016-10-21?21:12??InterfaceView\InterfaceView\bin\x64\Debug\InterfaceView.vshost.exe.config
?????文件????????490??2010-03-17?22:39??InterfaceView\InterfaceView\bin\x64\Debug\InterfaceView.vshost.exe.manifest
?????文件???????3725??2016-11-07?23:16??InterfaceView\InterfaceView\Camera.cs
?????文件???????2218??2016-11-10?15:28??InterfaceView\InterfaceView\CSYSData.cs
?????文件???????4858??2016-11-07?23:08??InterfaceView\InterfaceView\InterfaceView.csproj
?????文件?????????83??2016-11-07?23:19??InterfaceView\InterfaceView\Machine.ini
?????文件??????13355??2016-11-09?22:21??InterfaceView\InterfaceView\Mainform.cs
?????文件??????24836??2016-11-09?22:21??InterfaceView\InterfaceView\Mainform.Designer.cs
?????文件???????6014??2016-11-09?22:21??InterfaceView\InterfaceView\Mainform.resx
?????文件???????6693??2016-11-07?23:05??InterfaceView\InterfaceView\obj\x64\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6733??2016-11-10?16:15??InterfaceView\InterfaceView\obj\x64\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????326??2016-11-09?22:21??InterfaceView\InterfaceView\obj\x64\Debug\GenerateResource.read.1.tlog
............此處省略59個文件信息
- 上一篇:C# 圖片中物體識別(winform圖片浮動文字)
- 下一篇:C#識別文字
評論
共有 條評論