xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 2.15M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標簽: 攝像頭??條形碼??攝像??

資源簡介

調(diào)用zbar實現(xiàn)攝像頭讀取二維碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Diagnostics;
using?System.IO;
using?System.Runtime.InteropServices;

namespace?攝像頭讀取條形碼
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????Init();
????????}

????????void?pro_OutputDataReceived(object?sender?DataReceivedEventArgs?e)
????????{
????????????//可通過調(diào)用?CancelOutputRead?取消異步讀取操作。可通過調(diào)用方或事件處理程序取消讀取操作。取消之后,可以再次調(diào)用?BeginOutputReadLine?繼續(xù)進行異步讀取操作。
????????????if?(!string.IsNullOrEmpty(e.Data))
????????????{
????????????????//lin

評論

共有 條評論