We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cv2.namedWindow('test', cv2.WINDOW_AUTOSIZE) results in an error:
cv2.namedWindow('test', cv2.WINDOW_AUTOSIZE)
QObject::moveToThread: Current thread (0xca9110) is not the object's thread (0x1256140). Cannot move to target thread (0xca9110)
here is the version:
cv2.__version__ Out[3]: '3.3.0' QtCore.QT_VERSION_STR Out[7]: '5.6.2'