from tkinter import * import cv2 cap = cv2.VideoCapture(0) detector = cv2.QRCodeDetector() a = 0 grey="#A9A9A9" root = Tk() root.title("root&qu