### Expected behaviour imshow should open a window ### Actual behaviour python process running but no window shows ### Steps to reproduce def show_image(image): cv2.imshow(mat=image, winname="tt") # Wait for a key press to exit cv2.waitKey() # Close all windows cv2.destroyAllWindows() Mac OS Big Sur 11.0.1 opencv-python 4.4.0.46 **Tested with 4.4.0.44 - OK Tested with 4.4.0.40 - OK**