You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this problem, caused by an underlying opencv-python packaging issue: opencv/opencv-python#46
I solved it by replacing libQtCore and libQtGui in opencv-python with my system ones. If you can remove your system qt libraries, that should work, too.
The server runs the program. When running the demo, the following thread problems occur. How to solve them:
QObject::moveToThread: Current thread (0x2b3fd7fb8ff0) is not the object's thread (0x2b3fde28b410).
Cannot move to target thread (0x2b3fd7fb8ff0)
QPixmap: Must construct a QApplication before a QPaintDevice
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: