-
Notifications
You must be signed in to change notification settings - Fork 265
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
The library is compiled without QT support in function displayOverlay #2
Comments
Could you recompile OpenCV using WITH_QT=ON ? |
@ryukinix Did it work? |
sir!!! please help !!!!!!! [Finished in 0.357s] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
@INNFINITEMINDS I uploaded the question on StackOverflow |
@INNFINITEMINDS |
I installed opencv with pip and things are working for me:
My environment: Ubuntu 16.04, Python 3.6.3, Anaconda 5.0.1 |
hello!! HOW TO SOLVE THIS ERROR?? |
Try this guide: https://wiki.qt.io/How_to_setup_Qt_and_openCV_on_Windows If that doesn't work, here are some more pages I found on google via "OpenCV using WITH_QT=ON windows": |
Using pip install opencv-python on Windows 10 seems to install a version that also doesn't have QT support compiled into it. |
@PTS93 this weekend I will make a video on: "How to Install OpenCV3.4 on Windows with Qt"; |
So I managed to install it but it took 4 hours... I decided that I will implement the functions using QT by myself (Zoom in and Zoom out). It turns out that OpenCV wants to drop QT anyway. This way you can simply do |
ARE U GOING TO MAKE A VIDEO ON IT ? |
@INNFINITEMINDS could you please download the latest release and run that code? This error shouldn't be occurring anymore. Without QT there is no ZOOM feature but the rest works fine. |
again i have tried and i m geting same error!! OpenCV Error: The function/feature is not implemented (The library is compiled without QT support) in cv::displayOverlay, file D:\Build\OpenCV\opencv-3.3.1\modules\highgui\src\window.cpp, line 528 [Finished in 8.026s] |
@INNFINITEMINDS are you sure you are using the latest release code? Your error message shows otherwise. E.g: "" + str(last_img_index), 1000) is not in line 37 . |
can u please make a video on it i m unabel to start this:..i m getting same error |
i have insatalled python 3 on windows with the help of anaconda |
I was getting this error with png images but works fine with jpg. |
@arvind-cp I think YOLO only supports |
Right. Thx. |
Hey Could you tell me how you solved this problem? |
Same for me. Still get the same error. Install OpenCV from pyCharm terminal pip install. Any solutions? |
I know the post is quite old. But I am running into the same problem. Anyone who got it solved? Based on another post on how to use qt with opencv, i downgraded the opencv version, but it's not working. |
The text was updated successfully, but these errors were encountered: