In my web application, want to implement Augmented Reality with QR code scanned value.
After QR code is scanned get data from the server based on QR code value and show image or objects based on the response.
I have gone through A-Frame blog able to show sample objects with hiro/barcode but with static values. I want to make it dynamic by scanning QR code.
How to achieve this by using AR.js and A-Frame?