Zaktualizuj 'scan_webcam.py'

This commit is contained in:
Mikołaj Wojdyło 2019-12-23 09:36:19 +00:00
parent 1b859ac56f
commit d85951f6e9
1 changed files with 29 additions and 29 deletions

View File

@ -17,7 +17,7 @@ while True:
cv2.putText(frame, str(obj.data), (50, 50), font, 2, # POKAŻ NA EKRAN NAPIS Z LINKU KODU QR
(255, 0, 0), 3)
webbrowser.open(obj.data, new=2)
webbrowser.open(obj.data, new=2) # OTWÓŻ PRZEGLĄDARKĘ, WYŚWIETL LINK Z KODU QR
cv2.imshow("Frame", frame)