Coder Social home page Coder Social logo

Comments (6)

quickshiftin avatar quickshiftin commented on June 2, 2024 2

+1 - Same problem here. I'm using the scanner on one page, then upon successful scan, redirecting (client side) to another page. Something is not getting cleaned up with the scanner though, even though it's been unmounted.

The handleVideo function is still being run repeatedly by setTimeout and my browser still indicates the camera is in use (by looking in the tab at the top of the browser, there is a red circle).

from react-qr-reader.

frinko avatar frinko commented on June 2, 2024

@Jordan4jc I have the qr-reader implemented as a separate route (e.g. with react-router) and this always takes care of the camera starting and stopping. I have also used other libraries that interact with the user's camera and most of them recommend redirecting to a new path in order to ensure the camera stream stops.

from react-qr-reader.

JodusNodus avatar JodusNodus commented on June 2, 2024

@Jordan4jc Weird error, are you running the latest version? Another solution that would be more performant is to hide the scanner with css & setting the delay prop to false (This disables the scanning).

from react-qr-reader.

fridezlucas avatar fridezlucas commented on June 2, 2024

+1, Is it possible to implement the possibility to turn off the camera and turn on later ?

from react-qr-reader.

JodusNodus avatar JodusNodus commented on June 2, 2024

Should be fixed in the upcoming release. Let me know if you still have problems.

from react-qr-reader.

avichovatiya67 avatar avichovatiya67 commented on June 2, 2024

I have the same issue, where the scanner keeps on scanning and not waiting for the data to be stored in the database, even before the data reaches to Database, it sends new events and we have a duplication.

we tried adding timeout at onResult and other approaches but not working.

is there any quick solution? @JodusNodus

from react-qr-reader.

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.