EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

I can not scan aztec code #167

Open GruszkaMarcin opened 5 years ago

GruszkaMarcin commented 5 years ago

Hi, I have a problem with aztec code scanning, the scanner has problems with code recognition, in the attachment I attach an example picture

barcode 1

EddyVerbruggen commented 5 years ago

I don't think this plugin will be enhanced regarding those codes, but you could use Firebase ML Kit instead via https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/ML_KIT.md#barcode-scanning

alexZaicev commented 5 years ago

Hi Eddy could update the documentation that AZTEC code scanner does not work (in my case, I only tested on Android) :)

EddyVerbruggen commented 5 years ago

ok..

chrum commented 5 years ago

hello,

I just tested the results of this PR https://github.com/EddyVerbruggen/barcodescanner-lib-aar/pull/23 and it works like a dream.

any chance to accept it?

EddyVerbruggen commented 5 years ago

I may have missed that PR, thanks for bringing it to my attention! Can you perhaps share a code that wasn't recognized before and is with that PR applied? If it's too much of a hassle then don't worry about it.

chrum commented 5 years ago

this one i think image

chrum commented 5 years ago

i can also scan and send you my car id but that is a bit sensitive so maybe on email ;)

Tekunoff commented 5 years ago

hello,

I just tested the results of this PR EddyVerbruggen/barcodescanner-lib-aar#23 and it works like a dream.

any chance to accept it?

Hello. I've installed EddyVerbruggen/barcode scanner-lib-aa, but didn't succeed to recognize any Aztec codes. Can I ask you about consultation?

chrum commented 5 years ago

@Tekunoff did you try to build new .aar with the changes from that PR? if not then you can use the one located at: https://github.com/dex4er/phonegap-plugin-barcodescanner/tree/master/src/android

what i am doing next is simply replacing node_modules/nativescript-barcodescanner/platforms/android/barcodescanner-release-2.1.6.aar

with this new one

Tekunoff commented 5 years ago

@Tekunoff did you try to build new .aar with the changes from that PR? if not then you can use the one located at: https://github.com/dex4er/phonegap-plugin-barcodescanner/tree/master/src/android

what i am doing next is simply replacing node_modules/nativescript-barcodescanner/platforms/android/barcodescanner-release-2.1.6.aar

with this new one

Thank you for your answer! I'll try that way.

Tekunoff commented 5 years ago

@chrum could you recognize this one? http://joxi.ru/L21NjZvHRJ7OJA

chrum commented 5 years ago

nope, but i think thats because the quality is rather bad :(

codes in this thread are recognizable after applying changes for sure