Skip to content

IMShow No Window - 4.4.0.46 MacOS Big Sur #423

@markwimpory

Description

@markwimpory

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions