-
Notifications
You must be signed in to change notification settings - Fork 922
Closed
Labels
Description
cv2.namedWindow('test', cv2.WINDOW_AUTOSIZE)
results in an error:
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'
dlazerka, saeedranjbar12, wenbowen123, baudm, truetqy and 36 morealm43