-
大小: 1.03M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2021-01-31
- 語言: C#
- 標(biāo)簽:
資源簡介
C#調(diào)用攝像頭(AForge)實現(xiàn)掃描條碼解析(Zxing),解析之后會關(guān)閉攝像頭并在文本框中顯示條碼信息,DLL源碼中內(nèi)含有,下載可以直接使用。 介紹: 自動識別:點擊Start按鈕會調(diào)用PC攝像頭,代碼內(nèi)置Timer,會每100毫秒識別一下當(dāng)前攝像頭圖像中的圖像,并調(diào)用條碼識別功能判定是否有條碼,如果有的話就直接停止,否則繼循環(huán)識別。 截圖:也可以手動截圖,截圖后存在運行目錄,請自行查找。 補充:識別通過率取決于攝像頭的像素,我的筆記本比較爛,所以通過率不高。高像素的攝像頭通過率很高。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?AForge;
using?AForge.Controls;
using?AForge.Imaging;
using?AForge.Video;
using?AForge.Video.DirectShow;
using?System.Drawing.Imaging;
using?ZXing;
using?ZXing.Common;
using?ZXing.QrCode;
using?ZXing.QrCode.Internal;
///?
///?20190515?by?hanfre?
///?關(guān)于原理:
///?C#調(diào)用攝像頭+存儲圖片+Zxing/Zbar圖片識別.當(dāng)開啟攝像頭的時候利用Timer對當(dāng)前圖片進行解析處理,識別條碼;
///?關(guān)于條碼解析:
///?這個DEMO含兩個條碼解析組件,分別是Zxing和Zbar,使用哪個可以自己切換;
///?關(guān)于作者:
///?Hanfre
///?
namespace?WindowsFormsApplication1
{
????///?
????///?20190515?by?hanfre?
????///?
????public?pa
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????59392??2019-05-15?14:29??WindowsFormsApplication3\.vs\WindowsFormsApplication3\v14\.suo
?????文件????????199??2019-05-15?14:29??WindowsFormsApplication3\WindowsFormsApplication1\App.config
?????文件??????21515??2019-05-15?15:38??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\2019-05-15-15-38-14-12.jpg
?????文件??????21857??2019-05-15?15:38??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\2019-05-15-15-38-15-71.jpg
?????文件??????44544??2019-05-15?10:55??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\AForge.Controls.dll
?????文件??????17920??2019-05-15?10:55??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\AForge.dll
?????文件?????262656??2019-05-15?10:55??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\AForge.Imaging.dll
?????文件??????61440??2019-05-15?10:55??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\AForge.Video.DirectShow.dll
?????文件??????20992??2019-05-15?10:55??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\AForge.Video.dll
?????文件?????964989??2016-01-27?10:14??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\libiconv-2.dll
?????文件??????17920??2016-01-27?10:14??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\libzbar-cil.dll
?????文件?????209438??2016-01-27?10:14??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\libzbar.dll
?????文件??????14336??2019-05-15?15:07??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
?????文件????????199??2019-05-15?14:29??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.config
?????文件??????28160??2019-05-15?15:07??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb
?????文件??????22696??2019-05-15?15:30??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
?????文件????????199??2019-05-15?14:29??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.config
?????文件????????490??2015-07-10?19:01??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
?????文件?????454656??2018-04-15?02:39??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\zxing.dll
?????文件??????20480??2018-04-15?02:39??WindowsFormsApplication3\WindowsFormsApplication1\bin\Debug\zxing.presentation.dll
?????文件???????9045??2019-05-15?15:07??WindowsFormsApplication3\WindowsFormsApplication1\Form1.cs
?????文件???????5669??2019-05-15?15:07??WindowsFormsApplication3\WindowsFormsApplication1\Form1.Designer.cs
?????文件???????6014??2019-05-15?15:07??WindowsFormsApplication3\WindowsFormsApplication1\Form1.resx
?????文件???????2870??2019-05-15?14:29??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7876??2019-05-15?15:07??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2019-05-15?10:56??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2019-05-15?10:56??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2019-05-15?10:56??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????3584??2019-05-15?15:05??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????2187??2019-05-15?15:37??WindowsFormsApplication3\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt
............此處省略28個文件信息
評論
共有 條評論