added cv2.destroyAllWindows()
This commit is contained in:
@@ -78,3 +78,4 @@ if __name__ == '__main__':
|
||||
prev_frame = frame.copy()
|
||||
if 0xFF & cv2.waitKey(5) == 27:
|
||||
break
|
||||
cv2.destroyAllWindows()
|
||||
|
Reference in New Issue
Block a user