You can find how to store the outputs of the QRCode/Barcode scanner in an array and send this data to Google Firebase with OpenCV Zbar Library and Python with this github link : https://github.com/onurrohat/opencvzbar-fi...
If the camera does not open when you run the code, change the cap = cv2.VideoCapture(1,cv2.CAP_DSHOW) in line 15 to cap = cv2.VideoCapture(0,cv2.CAP_DSHOW).
#qrcode #opencv #python #firebase #zbar #connection #barcode #scannerapp #scanner