Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to scan large aztec code #826

Closed
rajkshah14 opened this issue Jun 22, 2017 · 4 comments
Closed

Unable to scan large aztec code #826

rajkshah14 opened this issue Jun 22, 2017 · 4 comments

Comments

@rajkshah14
Copy link

Hello All,

I am trying to scan Aztec code of Deustche bahn. Sample code can be found here

https://www.nickles.de/user/images/14/b7ac62ccd690c796b461452f0e17edf32c032bb3.jpg

Problem is app is not able to scan it. Any suggestions?

TIA

@srowen
Copy link
Contributor

srowen commented Jun 22, 2017

I'm not sure. Could be that it's small and relatively hard to detect. If you debug it and see a particular decoding problem, let me know. If it's just not detecting, I think that's just how it goes for this detector.

@srowen srowen closed this as completed Jun 22, 2017
@AndrewSpec
Copy link

I've got the same problem. Larger Aztec code can't be decoded (or detected).

@Thomeya
Copy link

Thomeya commented Aug 20, 2018

Has someone been able to solve the problem?
Scanning the Aztec on Android Oreo works, but not on Marshmellow and below.
The ZXing Online Decoder does not recognize the AztecCode either.
Thank you for any hints

@LuciusLuWroc
Copy link

LuciusLuWroc commented Sep 8, 2018

I propose so experiment on your PC. Clone ZXing.NET from GitHub repository. Open it at VS (2017/2015/2013). Run WindowsFormsDemo project. when WindowsFormsDemo window is opened, minimalize VS IDE, open any Image Browser, load aztec code image in Image Browser. In WindowsFormsDemo open Decoder tab, in background the window must be opened and maximalized Image Browser with loaded your Aztec Code. Click "Screen Capture" button. If code not detected, try decrease or increase image in Image Browser (zoom in/zoom out) and repeat clicking at "Screen Capture".
My experiences says: at some size of aztec code image, ZXing library can decode aztec code (sometimes) and other sizes the same image are not decoded.
My question is WHY?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants