WindowStaysOnTopHint
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)
Asked: 2016-03-13 08:18:34 -0600
Seen: 1,392 times
Last updated: Mar 13 '16
Which framework do you use? For Win32 it is something like that:
Note: Theres a cvGetWindowHandle() function which returns the "HighGUI class" HWND. This does not work correct. There is nothing comparable in OpenCV as far as I know.