Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

namedWindow does not update when holding click on it

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.

namedWindow does not update when holding click on it

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.

namedWindow does not update when holding click on itresizing

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.