Alexandre Perrin
Alexandre Perrin
As far as I can see we have 1. detection errors: 2 QR detected in version=34,level=L,mode=ALNUM.png and version=34,level=L,mode=BYTE.png, 3 QR detected in version=36,level=M,mode=ALNUM.png and version=36,level=M,mode=BYTE.png 2. some decoding errors starting...
> Do you have detectable QR codes of all versions? I'd prefer to get decoding errors sorted first, if that's possible to do. Sadly I do not. `qrgen.c` generate the...
> Sorry, I've only just had a chance to have a quick look at this. np, merry christmas btw :) > The one thing that's a little bit odd is...
That's great news, I confirm that the version 23 are still failing (but the mode BYTE for some reason). TBH I am not familiar with the problem at hand and...
update, with the same `CFLAGS` and #34: https://gist.github.com/kAworu/e1e166e49f55b76359b3b16ef5441c68 So from 597 of 646 codes (92%) to 637 of 646 codes (99%) \o/ QR failures left: ``` % curl -s https://gist.githubusercontent.com/kAworu/e1e166e49f55b76359b3b16ef5441c68/raw/bb762d8fad3e12e829672285304a3ece79c133e1/qrtest.full.txt...
> [...] > One experiment that might be worth trying is just commenting out line 928 (cap->gr_grid = qr_index) in lib/identify.c, so that the capstones can be reused. FWIW I...
Hey @GokulNC , Thanks for the issue. Given that we target embedded platforms and handle some configuration at the CFLAGS level (e.g. `CFLAGS="-DQUIRC_MAX_REGIONS=65534"`), I fail to see what set of...
see also https://github.com/dlbeer/quirc/issues/104
@SadE54 Hi, Try compiling quirc with `-DQUIRC_MAX_REGIONS=65534`, it worked for me with your file. EDIT: Maybe this flag should be better documented
[**ci-datapath** failed](https://github.com/cilium/cilium/actions/runs/3176599187/jobs/5176097750) with: ``` Unable to find image 'registry:2' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers). See...