Added cv.DestroyAllWindows() to file close
This commit is contained in:
@@ -10,3 +10,4 @@ while True:
|
||||
cv.ShowImage("camera", img)
|
||||
if cv.WaitKey(10) == 27:
|
||||
break
|
||||
cv.DestroyAllWindows()
|
||||
|
Reference in New Issue
Block a user