I want to create a web app using Google Apps Script (because that is the only platform I have web app experience with) that scans and returns data from a QR code.
I have done some digging, but I can't find anything about using a GAS web app to access and read from the camera. Does anyone know if there is a way to do this?
The goal is to have a web app that can scan a QR code and search a Google Sheet for the item linked to that QR code. I can do everything but get the camera to open/scan (if even possible).
TIA