hello, i am new to QT and i am having some difficulties getting a widget to update as desired.

i have a separate thread that acquires images from a camera, and i would like to display a live feed from the camera in my gui.

i am calling widget->update after a new image has been acquired, but the widget does not repaint.

calling repaint or some other more direct method to repaint the widget fails a qt thread-safety assertion.

can someone please point me in the right direction?

thanks!