Nothing Special   »   [go: up one dir, main page]

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

imshow issue in qt6 #26496

Open
3 of 4 tasks
devgis opened this issue Nov 20, 2024 · 0 comments
Open
3 of 4 tasks

imshow issue in qt6 #26496

devgis opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@devgis
Copy link
devgis commented Nov 20, 2024

System Information

Ubuntu 22.04.4 LTS x64
qt 6.7.2 qt widgets application
Qt Creator 14.0.1 Based on Qt 6.7.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)

Detailed description

when I use cv::imshow("Original Image", cvImg); in qt 6 wigdet app.
The app is built ok, But I can see the threed in the monitor,but it was no any window showed!
when i remarked imshow clause,the window will show correctly!

Steps to reproduce

//qt 6 qt widgets application
cv::Mat cvImg = cv::imread("/home/devgis/Pictures/gyy.jpeg");// 使用OpenCV加载图片
cv::imshow("Original Image", cvImg);

Issue submission checklist

  • I report the issue, it's not a question
  • 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
  • There is reproducer code and related data files (videos, images, onnx, etc)
@devgis devgis added the bug label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant