Ask Your Question

ArikH's profile - activity

2020-04-20 14:36:51 -0600 answered a question module 'cv2' has no attribute 'destoryWindow'

cv2.imshow("Tracking", frame) # Exit if ESC pressed k = cv2.waitKey(1) & 0xff if k == 27 : break vi