Can you program a qr code scanner with livecode?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
panagot
Posts: 1
Joined: Wed Dec 10, 2014 7:07 pm

Can you program a qr code scanner with livecode?

Post by panagot » Wed Dec 10, 2014 7:33 pm

I was wondering if it is possible and if it is, how advanced you have to be with livecode's language to do it.

FourthWorld
VIP Livecode Opensource Backer
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?

Post by FourthWorld » Wed Dec 10, 2014 7:53 pm

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
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply