added cv2.destroyAllWindows()
This commit is contained in:
@@ -27,4 +27,5 @@ if __name__ == '__main__':
|
||||
ch = cv2.waitKey(5)
|
||||
if ch == 27:
|
||||
break
|
||||
cv2.destroyAllWindows()
|
||||
|
||||
|
Reference in New Issue
Block a user