Hi!
So I've been away for a awhile and I'm not really up-to-date with all the new stuff. ?
Anyway, I'm looking for the fastest, most reliable QR Code READER library.
I used the search function and found a few, I just want to know which one to choose.
I'm looking for a lib that allows my app to have 3 main features (1 and 2 being paramount) to be attainable:
1) I want to create an app that sort of reads QR Codes sequentially in the background without displaying the contents all the time.
Imagine it's some kind of industrial QR Code scanner meant to be used continuously on an assembly line (like a supermarket cash register "bip, bip, bip" non-stop).
The faster the better. I can multi-thread it if must be.
2) I'd like to read QR Code from images. For example, @ilan sends me a picture of a QR Code by email.
I download the image, fire-up the app, load the image and QR Code is found and processed accordingly.
3) If an image (from my pictures / camera) contains multiple QR Codes, I'd like my app to detect them and process them all.
So do we have something that is up to the job? Maybe an extra library for point number 3?
Furthermore, if I success in creating such an app, I'd like to port it to iOS.
Many thanks in advance.
So I've been away for a awhile and I'm not really up-to-date with all the new stuff. ?
Anyway, I'm looking for the fastest, most reliable QR Code READER library.
I used the search function and found a few, I just want to know which one to choose.
I'm looking for a lib that allows my app to have 3 main features (1 and 2 being paramount) to be attainable:
1) I want to create an app that sort of reads QR Codes sequentially in the background without displaying the contents all the time.
Imagine it's some kind of industrial QR Code scanner meant to be used continuously on an assembly line (like a supermarket cash register "bip, bip, bip" non-stop).
The faster the better. I can multi-thread it if must be.
2) I'd like to read QR Code from images. For example, @ilan sends me a picture of a QR Code by email.
I download the image, fire-up the app, load the image and QR Code is found and processed accordingly.
3) If an image (from my pictures / camera) contains multiple QR Codes, I'd like my app to detect them and process them all.
So do we have something that is up to the job? Maybe an extra library for point number 3?
Furthermore, if I success in creating such an app, I'd like to port it to iOS.
Many thanks in advance.
Last edited: