We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1ddf commit bcf49baCopy full SHA for bcf49ba
1 file changed
Scanner.py
@@ -35,6 +35,9 @@
35
36
37
cv2.imshow("Scanned",dst)
38
+# press q or Esc to close
39
+cv2.waitKey(0)
40
+cv2.destroyAllWindows()
41
42
43
0 commit comments