Ask Your Question

Revision history [back]

   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