mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
added destroy all windows
This commit is contained in:
@@ -45,3 +45,4 @@ if __name__ == "__main__":
|
||||
cv.ShowImage("camera", paste)
|
||||
if cv.WaitKey(6) == 27:
|
||||
break
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
Reference in New Issue
Block a user