Barcode Scanner

Is there a working Barcode scanner anywhere or documentation on how to do something like this? I have looked everywhere and all I find are examples that don’t work.

There are a bunch of them, and many do work. How about listing the ones you’ve tried and how they don’t work? Will make it a lot easier for others to help you.

The first one I tried to compile is the one listed on the Fuse website.


The second one I tried was this one: https://github.com/zean00/fuse-qreader

Thanks for your help Bent!

The second one totally works and is being used in a number of projects. Yes, it says it’s a “QR code reader”, but it reads barcodes just fine as well.

On iOS, it needs just a few lines modified to switch between QR/bars, as seen in this commit.