First time here? Check out the FAQ!
answered 2017-10-26 22:10:26 -0600
cv2.imshow('img', img) k = cv2.waitKey(30) & 0xff if k == 27: break