I want to have the outputs always on top Is there a way to configure cv2.imshow() like a Qt Gui.QWidget
w.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
1 | initial version |
I want to have the outputs always on top Is there a way to configure cv2.imshow() like a Qt Gui.QWidget
w.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)