The library is compiled without QT support in function displayOverlay
See original GitHub issue~/Desktop/yolo-boundingbox-labeler-GUI master
❯ python run.py
OpenCV Error: The function/feature is not implemented (The library is compiled without QT support) in displayOverlay, file /build/opencv/src/opencv-3.4.0/modules/highgui/src/window.cpp, line 528
Traceback (most recent call last):
File "run.py", line 203, in <module>
change_img_index(0)
File "run.py", line 25, in change_img_index
"" + str(last_img_index), 1000)
cv2.error: /build/opencv/src/opencv-3.4.0/modules/highgui/src/window.cpp:528: error: (-213) The library is compiled without QT support in function displayOverlay
python: 3.6.4
numpy: 1.14.0
cv2: 3.4.0
distro: Artix Linux (4.9.77-1-lts #1 SMP Wed Jan 17 16:57:30 UTC 2018 x86_64 GNU/Linux)
Issue Analytics
- State:
- Created 6 years ago
- Comments:23 (11 by maintainers)
Top Results From Across the Web
OpenCV Windows - The library is compiled without QT support ...
I'm getting the following error: python run.py OpenCV Error: The function/feature ...
Read more >The library is compiled without QT ... - OpenCV Q&A Forum
I am using static OpenCV 3.0 libraries with Qt 5.4. I am having compilation errors about cv::displayOverlay():
Read more >The library is compiled without QT support in ... - Qt Forum
Hi, I have Qt 5.4 and am using static OpenCV 3.0 libraries in my program. I have compiled OpenCV using WITH_QT checked in...
Read more >opencvsharp: The library is compiled without Qt support?
OpenCV Windows - The library is compiled without QT support in function displayOverlay · opencvsharp: The library is compiled without Qt support? ·...
Read more >Is OpenCV4 compiled with QT extentions for highgui
No, the binaries have been compiled with GTK2/3 support on Linux and native GUI support on Windows and OSX.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I installed opencv with pip and things are working for me:
pip install opencv-python
My environment:
Ubuntu 16.04, Python 3.6.3, Anaconda 5.0.1
Could you recompile OpenCV using WITH_QT=ON ?