Kerem Çakır
Kerem Çakır

Reputation: 401

Js barcode scan from webcam

I would like to scan barcode from my webcam but not image.

Is it possible ? How can i do ?

enter image description here

Upvotes: 1

Views: 6016

Answers (1)

Luis Sieira
Luis Sieira

Reputation: 31522

Long answer: Maximize the contrast of the image, saturate the image, triangulate the extremes of each bar in the barcode, calculate a plain projection of the barcode, measure the width of each bar, make them a percentage, translate with the appropriate reference table

Short answer, use a dedicated library like https://serratus.github.io/quaggaJS/

Upvotes: 4

Related Questions