question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 6 years ago
  • Comments:23 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
MattKleinsmithcommented, Feb 16, 2018

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

2reactions
Cartuchocommented, Feb 10, 2018

Could you recompile OpenCV using WITH_QT=ON ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found