remove delay

master
Cole Deck 4 years ago
parent 58b90af9c3
commit b53d00510f

@ -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)

Loading…
Cancel
Save