OpenCV window always on top

You can use:
cvGetWindowHandle()
to obtain Widows handler. Then using regular windows API you can do anything you like

Leave a Comment