Re: a QR Code reader for iOS and Android?

2020-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2020, at 9:06 am, kee nethery via use-livecode > wrote: > > The dictionary in 9.5.1 Indy indicates mergeAVCam is ios and mac. Thanks for > clarifying it is not mac. Ah, ok that should get fixed > > Can you tell me the list of bar code types that mergAVCamBarcodeTypes() would

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
The dictionary in 9.5.1 Indy indicates mergeAVCam is ios and mac. Thanks for clarifying it is not mac. Can you tell me the list of bar code types that mergAVCamBarcodeTypes() would return in ios? That list is not in the dictionary. Am hoping that I can build something for Android and iOS that

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2020, at 8:30 am, kee nethery via use-livecode > wrote: > > I see that the Android Barcode Library can scan QRcodes. That’s great. > > I see that mergeAVCam can scan barcodes of various types for ios and mac as > specified by mergAVCamBarcodeTypes(). I could potentially use

Re: a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
I see that the Android Barcode Library can scan QRcodes. That’s great. I see that mergeAVCam can scan barcodes of various types for ios and mac as specified by mergAVCamBarcodeTypes(). I could potentially use these two libraries to scan any QR code. On my Mac when I run "put

a QR Code reader for iOS and Android?

2020-04-13 Thread kee nethery via use-livecode
From what I can tell there used to be a QRcode scanner in code that Monte provided to LiveCode. I’m using the built in library to create a QR code and as far as I know, that is working great. Now I need something to scan and parse a QRcode. There was nothing I could find that did that in the