quagga2
quagga2 copied to clipboard
Find total bars length and width of bar
Hi, this is custom barcode includes two types of bars one is thin, and the other is a thick bar. I need the width status of each bar and the total bars' length in a barcode. in code where can I find this information?
Thank you for filing an issue! Please be patient. :-)
i'm not sure exactly what you're looking for here, the bars length? like in pixels? you could probably derive something similar to that from the visual references that come back (box, boxes), for the entire thing.. assuming that quagga can even recognize it as a barcode of some kind..
Actually, I want to implement a pharma code scanner it is not available in this repository. And pharma code just has 2 kinds of bars one with wide width and the other with a not wide width. I just want to differentiate b/w these bars to decrypt code
hmm. I'm afraid I really don't know the internals of how the readers work well enough to be able to offer any advice on that. Perhaps digging through the code in /src/reader/* might give some insight
I'd be interested in any results you come up with from such an investigation