prevent from hangning in cv2.imshow()/cv2.waitkey (#145)
* prevent from hangning in cv2.imshow()/cv2.waitkey case: Window has been closed after cv2.imshow; cv2.waitKey; expected behavior: - continue program actual behavior: - program hangs This commit fixes it * fix linter
Showing
Please register or sign in to comment