QT GUI freezes when capturing video from webcam using OpenCV
I am using Opencv for some real-time video processing. As a front-end I am using QT framework. On my GUI, I have an input image window (mapped to a Label) and an output image window (mapped to another Label) and 3 push buttons. One to Start input video capture, the second to process the video (code not written yet), and third to Exit. I am currently able to stream my video and display it on the Front-end. But this locks my GUI and am unable to Exit. I tried using QTimers (using suggestions from this and the QT forum), but my GUI still remains locked. Would appreciate if someone can point my in