You’re now watching this thread and will receive emails when there’s activity. Click again to stop watching or visit your profile/homepage to manage your watched threads.
You’ve stopped watching this thread and will no longer receive emails when there’s activity. Click again to start watching.
Is there any api to create a QR code scanner in unity, such as ARkit?
I can tell you ARKit's built in image detection did not work for me with QR codes, they are not dissimilar enough from each other. Your best approach would probably be to pass video frames from ARKit to the Vision Framework and use that to detect QR codes, it has built in QR detection via VNDetectBarcodesRequest Vision Docs