Page 1 of 1
Can you program a qr code scanner with livecode?
Posted: Wed Dec 10, 2014 7:33 pm
by panagot
I was wondering if it is possible and if it is, how advanced you have to be with livecode's language to do it.
Re: Can you program a qr code scanner with livecode?
Posted: Wed Dec 10, 2014 7:53 pm
by FourthWorld
Image correction and analysis at that level is doable in many languages but very computationally expensive. The most common approach is to use someone else's specialized code and hook into it from within LiveCode.
Monte has an external that provides QR code generation and more:
http://mergext.com/home/mergzxing/
This library hooks into Google's APIs for QR interpretation:
http://livecodeshare.runrev.com/stack/3 ... rary-Stack
A little background information with links for the API method:
http://runtime-revolution.278305.n4.nab ... l#a3307038
If you need to generate QR codes, Splash21 has a tool for that:
http://splash21.com/sQuiRt.php