how much wood would a wood chuck chuck if a wood chuck could chuck wood ?
how much wood would a wood chuck chuck if a wood chuck could chuck wood ?
cap = cv2.VideoCapture(0)
ret, frame = cap.read()
qcd = cv2.QRCodeDetector()
retval, decoded_info, points, straight_qrcode = qcd.detectAndDecodeMulti(frame)
print(decoded_info)
cap = cv2.VideoCapture(0)
ret, frame = cap.read()
qcd = cv2.QRCodeDetector()
retval, decoded_info, points, straight_qrcode = qcd.detectAndDecodeMulti(frame)
print(decoded_info)