Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from pyzbar.pyzbar import decode
- import cv2
- img = cv2.imread(r"J:\Python\Mines\qr_system\pachobg.png")
- decode_list = decode(img)
- print(decode_list)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement