Can you program a qr code scanner with livecode?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Can you program a qr code scanner with livecode?
I was wondering if it is possible and if it is, how advanced you have to be with livecode's language to do it.
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Can you program a qr code scanner with livecode?
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
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
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn