Hi,
I'm using an OpenCV namedWindow to stream images from a camera. Every frame from the camera is displayed to a namedWindow using imshow(). This all works fine, but if I click and hold on the little white bar where the window name is displayed the window freezes until I let go of click. This also occurs during resizing or moving another window (only if in same thread I think). Is there any way to disable this functionality? It causes weird behavior and also the stream begins to lag from what the camera is actually capturing.