Compare commits

...

1 Commits

Author SHA1 Message Date
Cole Deck b53d00510f remove delay 4 years ago

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

Loading…
Cancel
Save