I am using AR.js and AFrame to create an AR app. In this, I have to create a QR code scanner which will display the information encoded in QR code.
I have browsed for this but all I have found is how to encode barcode 3x3 into a QR code and then use it for Augmenting models. But I want to create a QR code scanner.
Can you guide me towards some resources or help me see how to implement it?