1 Commits

Author SHA1 Message Date
b53d00510f remove delay 2019-12-13 08:33:34 -06:00

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)