quagga2
quagga2 copied to clipboard
An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs
Using the decodeSingle example from the docs: ``` Quagga.decodeSingle({ decoder: { readers: ["code_128_reader"] // List of active readers }, locate: true, // try to locate the barcode in the image...
Hi I finally got hold of an iphone (iphone 6) and been testing my application. I have a dropdown that should hold all different video devices but my list is...
Hi, I am not able to scan some sample barcodes (code 128) using the mobile device camera whereas we are able to scan it using the laptop's webcam. Do I...
related comments from grocy user, with sample barcode https://github.com/grocy/grocy/issues/749#issuecomment-633267729 With testing configured in cypress, we should be able to automate testing in firefox as well, will require some additional setup/configuration...
Per comment https://github.com/ericblade/quagga2/pull/190#issuecomment-626591538 It appears that there are differences in the output of the grab() function in frame_grabber and frame_grabber_node, which appear to be usually minor, but enough to make...
... i'm not sure if this is a problem created when porting the code into typescript, several months ago, or if it's always done this since before we forked. found...
https://github.com/serratus/quaggaJS/issues/456 This may have been 'fixed' with this fork, but if there's no valid readers available, we should probably at least throw some warnings, if not some errors.
https://github.com/serratus/quaggaJS/issues/456 This may have been 'fixed' with this fork, but if there's no valid readers available, we should probably at least throw some warnings, if not some errors.
For some reason, I am unable to get livestream to detect any value at all when I set a fixed area. I'm currently using quagga to scan vehicle VIN barcodes...
... if you specify a frequency of 10, it should limit itself to 10 scans per second. However, if you're only capable of scanning 8 scans per second, say significant...