Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: imshow buttons are empty #21603

Closed
danopdev opened this issue Feb 12, 2022 · 3 comments
Closed

python: imshow buttons are empty #21603

danopdev opened this issue Feb 12, 2022 · 3 comments

Comments

@danopdev
Copy link
Contributor

System information (version)
  • OpenCV => 4.2
  • Operating System / Platform => Linux Mint 64 Bit
  • Compiler => gcc
Detailed description

Using python3 on linux the imshow has a toolbar but buttons are invisible.
Hovering with mouse we can see the button borders and tooltips but there is no image or text in the button.

Steps to reproduce
import cv2

img = cv2.imread("1.jpg")
cv2.imshow("test", img)
cv2.waitKey(0)

It's not related with a particular image, but this is the one I use for test.
1

This is the screenshot:
screenshot

Issue submission checklist
  • [ x ] I report the issue, it's not a question
  • [ x ] I checked the problem with documentation, FAQ, open issues,
    forum.opencv.org, Stack Overflow, etc and have not found any solution
  • [ ] I updated to the latest OpenCV version and the issue is still there
  • [ x ] There is reproducer code and related data files: videos, images, onnx, etc
@danopdev
Copy link
Contributor Author

Hi @alalek, can you please give me the issue it duplicates ? (I may miss it)

@alalek
Copy link
Member

alalek commented Feb 13, 2022

Here: opencv/opencv-python#213

@danopdev
Copy link
Contributor Author

Thank you. To bad the suggested work around does not seems to work on my machine.

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

No branches or pull requests

2 participants