GithubHelp home page GithubHelp logo

Comments (2)

mikebuss avatar mikebuss commented on July 26, 2024

I believe you're seeing the code a second time because AVFoundation returns codes as quickly as it can process them in the image stream (and often times this means the same code multiple times). These codes get queued up, and will get reported back through the resultBlock.

freezeCapture() doesn't set the resultBlock to nil, so codes can still be reported if they were queued up. Calling stopScanning() will work, as the resultBlock is set to nil, but tearing down the session requires a little bit of time and might report a duplicate code before it finishes.

If your project needs to scan exactly one code and stop receiving more, you could add a boolean that stops processing received codes after the first one. If that's not an option, you could set the resultBlock of the MTBBarcodeScanner object manually to nil, so no codes will be reported back. You'll just have to remember to give it a valid block if you want to receive codes afterwards.

Hope this helps. I'm going to close this for now, but feel free to comment or shoot me an email.

from mtbbarcodescanner.

shekbagg avatar shekbagg commented on July 26, 2024

Thanks!

from mtbbarcodescanner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.