Skip to content

[IOS] Scanner starts slow after 4/5 times.  #71

Closed
@rogierrietdijk

Description

@rogierrietdijk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions