Show HN: QR codes where your photo is the code, not pasted on top
Posted by mikaelcarlavan 19 hours ago
Comments
Comment by leiserfg 16 hours ago
Comment by mikaelcarlavan 16 hours ago
Comment by defmetrix 16 hours ago
Comment by sscaryterry 18 hours ago
Comment by mikaelcarlavan 17 hours ago
Comment by sscaryterry 17 hours ago
Comment by mikaelcarlavan 16 hours ago
Comment by mikaelcarlavan 19 hours ago
The encoding itself is old (a 2013 SIGGRAPH Asia paper, and there are several open implementations). What actually ate my time was making these things scan off a printed page — a software decoder validates the math, not the print, and the two fail on completely different things. I wrote up the war stories (diamond dots carrying half the ink, flat logos with nothing for a phone's thresholding to grab onto, the ~4 cm print floor): https://sqr.art/blog/the-decoder-lies
The engine is MIT and standalone if you just want the library: https://github.com/mikaelcarlavan/qart-php (composer require sqrart/qart).
You can generate a preview for free without an account — I'd genuinely like feedback on scannability with your own phone and images, especially odd cameras or small prints. Happy to go deep on any of it.