Skip to content

Commit

Permalink
Merge pull request #99 from gokaco/patch-2
Browse files Browse the repository at this point in the history
Destroy Window
  • Loading branch information
oarriaga authored May 22, 2019
2 parents 71f254a + 1635d16 commit 2f152a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video_emotion_color_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@
cv2.imshow('window_frame', bgr_image)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
video_capture.release()
cv2.destroyAllWindows()

0 comments on commit 2f152a2

Please sign in to comment.