QR Code

Is there an elegant way to detect a QR code using the iOS camera?
Do I need a plugin or 3rd party extension library or can I do this from within Xojo out-of-the-box?

@Christian_Schmitz has a solution for you soon…:wink:

1 Like

@Chris_Halford take a look in iOSKit there’s a sample view for AVFoundation that does this. Xojo used it for the XDC app.

2 Likes

Thanks, Jason.