iT邦幫忙

0

Zxing 在 Xamarin 的掃描問題

  • 分享至 

  • xImage
var ZXingOptions = new ZXing.Mobile.MobileBarcodeScanningOptions()
            {  
                PossibleFormats = new List<ZXing.BarcodeFormat>() 
                { ZXing.BarcodeFormat.CODE_39 },
                UseCode39ExtendedMode = true
            };
            
            Focus();
            var resultto = await scanner.Scan(ZXingOptions);
            Label.Text = resultto.Text;

如何做到可以像市面上其它掃描APP 一樣 遠/近 都可以掃描成功讀取值

目前上面只我只需要讀取 code39的條碼 在固定的距離掃描紙上的條碼是會很快
但是只要鏡頭遠一些 或是 近一些 就掃描不成功了
市面上其它掃描APP很多都可以 遠/近 都可以掃描 且速度很快

我需要在哪裡去調整呢?? 會影響不同距離的掃描呢??

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答