Email or username:

Password:

Forgot your password?
Jaap Meijers

I made a thing called 'Living QR code'. It's a QR code that consists of live webcam video but remains scannable!

I gave a demo during the lightning talks at #Hackaday Berlin: youtube.com/watch?v=BG1bW7P5s4 (my talk starts 52’44)

Code is here: github.com/twisst/living_QR_co

4 comments
RevK :verified_r:

@tjaap It is fun, centre of each QR pixel is fixed, so rest can change. Last one I saw was Rick Ashley.

Stewart Russell

@tjaap oooh, I like this!

qrencode -o qrcode_processing.png -s 1 -v 3 -m 0 "Message"

might help you create that 29x29 PNG. It's from here:
fukuchi.org/works/qrencode/

David

@tjaap Holy cow! This is basically magic at first glance, I love it.

Nini

@tjaap Reminds me of amazing-qr which works on similar principles but doesn't take in live video, that's impressive!

Go Up