remove delay

This commit is contained in:
Cole Deck 2019-12-13 08:33:34 -06:00
parent 58b90af9c3
commit b53d00510f

View File

@ -348,6 +348,6 @@ for c in cnts:
# show the output image
cv2.imshow("Item Sorter", orig)
cv2.waitKey(25)
cv2.waitKey(1)
cv2.waitKey(0)