0

We are working on an application where barcode image is captured using that device Webcam.

Now we need to show the information (decoded information) in the bar code in a text box. Is there any Javascript API or Plugin to decode the barcode information?

2 Answers 2

1

The QuaggaJS library supports barcode streaming from webcam

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks Tom :). Could you please provide a link or a code snippet where this type of feature is implemented.
View source on the example page I linked or their github github.com/serratus/quaggaJS/commit/… ?
I am using this library to read VIN numbers, but it is not reading the barcode properly and when it reads it is a wrong reading.
1

For browsers that support WebAssembly (85%+ coverage with adoption of iOS 11), you can use this Javascript library that decodes directly from a video feed.

npmjs.com/package/scandit-sdk

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.