IMShow No Window - 4.4.0.46 MacOS Big Sur · Issue #423 · opencv/opencv-python · GitHub
Skip to content

IMShow No Window - 4.4.0.46 MacOS Big Sur #423

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions