I would like to create an application that will fetch images from the camera(in a separate thread) continuously and update the GUI controls. How to achieve this?
I would start by reading the documentation of Qt's Multimedia framework and seeing if there is something already built you can use for your purpose instead of reinventing the wheel.