Window freezing even after using waitKey() and destroyAllwindows() in Opencv
问题 ENVIRONMENT OS- mint Linux, using opencv3.1,using spyder through anaconda ISSUE The code mentioned below opens a window of name frame and display the video captured through laptop camera.But when I press 'q', as mentioned in code, it should stop and terminate the window. But,here the window stops to display any further frames captured and do not terminates.then manually I force Quit the process. What is the problem, why is it not terminating the window? CODE:- import cv2 import numpy as np