-
Hi there, the scan app on scanapp.org works very well. It detects all my EAN, QR, and other codes. However, when I implement the lib in my own project the code detection doesn't work very well. For my usecase I need to scan QR's for identification and codes from products (like a scanner in a store).
Could you share the config used for the scanapp.org? Or does anyone know why mine doesn't work as well as it should? Much thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just found the solution to scan barcodes, you need to pass the following option experimentalFeatures: { useBarCodeDetectorIfSupported: true } Found it in the source of http://scanapp.org |
Beta Was this translation helpful? Give feedback.
Just found the solution to scan barcodes, you need to pass the following option
Found it in the source of http://scanapp.org