First time here? Check out the FAQ!
answered 2020-04-20 14:24:17 -0600
cv2.imshow("Tracking", frame) # Exit if ESC pressed k = cv2.waitKey(1) & 0xff if k == 27 : break
video.release() cv2.destroyWindow("Tracking")
for my it's working well