QuaggaJS is participating 2021 OSC China Open Source Project Selection , please vote for it!
QuaggaJS 2021 OSC China Open Source Project Selection {{projectVoteCount} has been obtained in, please vote for it!
2021 OSC China Open Source Project Selection It is in hot progress. Come and vote for your favorite open source project!
2021 OSC China Open Source Project Selection>>> Midfield Review
QuaggaJS won the 2021 OSC China Open Source Project Selection "The Best Popularity Project" !
Authorization Agreement MIT
development language JavaScript
operating system Android
Software type Open source software
Open source organizations nothing
region Unknown
deliverer sweet potato
intended for unknown
Recording time 2014-11-26

Software Introduction

QuaggaJS is a barcode scanning library completely written in JavaScript, which supports real-time barcode scanning of various types, such as EAN and CODE128 . This tool is used at the same time getUserMedia To access the user's camera directly. The code relies heavily on the image processing of smart phones.

You can try some here example Or read the article( How barcode-localization works in QuaggaJS )To understand the content of the update relationship.

Sample code:

 Quagga.decodeSingle({   readers: ['code_128_reader'],   locate: true, // try to locate the barcode in the image   src: '/test/fixtures/code_128/image-001.jpg' // or 'data:image/jpg; base64,' + data }, function(result){   console.log(result); });

 teaser teaser

Expand to read the full text

code

comment

Click to join the discussion 🔥 (5) Post and join the discussion 🔥
No content temporarily
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
five comment
three hundred and sixteen Collection
 OSCHINA
Log in to view more high-quality content
 Back to top
Top