Re: QR Code Reader with Livecode

2019-08-13 Thread JJS via use-livecode
ah ok that's clears it up. and you are using the barcode library for it i presume. Op 12-8-2019 om 18:19 schreef hh via use-livecode: My stack is a (simple) QR Code *reader* not a *scanner*. It reads from static images. That is, if you use a webcam on desktop or a built-in camera on mobile you

Re: QR Code Reader with Livecode

2019-08-12 Thread hh via use-livecode
My stack is a (simple) QR Code *reader* not a *scanner*. It reads from static images. That is, if you use a webcam on desktop or a built-in camera on mobile you have to take a (sharp) picture and then select from that picture to read the code. Usually a webcam or a mobile that cannot do an autom

Re: QR Code Reader with Livecode

2019-08-12 Thread JJS via use-livecode
I'm curious (as i'm working with it also), if you are able to turn it off and on. 1. The barcode widget seem not to react to: set the disabled of widget"Android Barcode Scanner" to true (or false) or either set the enabled of widget"Android Barcode Scanner" to true (or false) The enabled/dis

Re: QR Code Reader with Livecode

2019-08-11 Thread Alain Vezina via use-livecode
Very, very interesting. I can't wait Alain > Le 11 août 2019 à 10:10, hh via use-livecode > a écrit : > > I have a QRcode Reader nearly finished. > Will publish it on Wednesday in "Sample Stacks". > > There will be also a QRcode Writer that outputs to a > SVG icon widget (or to a polygon grap

Re: QR Code Reader with Livecode

2019-08-11 Thread David Bovill via use-livecode
Great - should be able to test as I'm doing a sprint Tuesday to Friday :) On Sun, 11 Aug 2019 at 15:29, Rick Harrison via use-livecode < use-livecode@lists.runrev.com> wrote: > Nice! > > > On Aug 11, 2019, at 10:10 AM, hh via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I have a

Re: QR Code Reader with Livecode

2019-08-11 Thread Rick Harrison via use-livecode
Nice! > On Aug 11, 2019, at 10:10 AM, hh via use-livecode > wrote: > > I have a QRcode Reader nearly finished. > Will publish it on Wednesday in "Sample Stacks". > > There will be also a QRcode Writer that outputs to a > SVG icon widget (or to a polygon graphic or to an image). __

Re: QR Code Reader with Livecode

2019-08-11 Thread hh via use-livecode
I have a QRcode Reader nearly finished. Will publish it on Wednesday in "Sample Stacks". There will be also a QRcode Writer that outputs to a SVG icon widget (or to a polygon graphic or to an image). ___ use-livecode mailing list use-livecode@lists.runr

QR Code Reader with Livecode

2019-08-11 Thread David Bovill via use-livecode
I see there is a QR Code Library and with Indy you can call things like mergAVCamBarcodeFound - but playing around i can't seem to read a QR code using the AV Foundation stuff in Indy - is there a way to have a Livecode app read QR codes? ___ use-livecode