Closed
Description
The scanner starts slow after 4/5 times.
While i was debugging the app with de current source i see dat the addinput and addoutput by de avcapturesession gives the problems.
var scanner = new ZXing.Mobile.MobileBarcodeScanner ();
scanner.UseCustomOverlay = false;
ZXing.Mobile.MobileBarcodeScanningOptions options = new ZXing.Mobile.MobileBarcodeScanningOptions();
options.TryHarder = true;
options.PossibleFormats.Add(ZXing.BarcodeFormat.QR_CODE);
scanner.Scan(options).ContinueWith(t => {
if (t.Result != null) {
Console.WriteLine ("Scanned Barcode: " + t.Result.Text);
}
} else {
}
});
Metadata
Metadata
Assignees
Labels
No labels