Hi all, my aim is to use a thread to process QImages, and when the QImage is processed calling
this->update()
and painting the QImage using
painter.drawImage(framePos,putImage(frame));
is it better to use signals and slots to send the QImage between threads ?
or am i best of doing this another method?
(i need to process the QImages at precise interval’s and i believe using a separate thread is the best way of doing this?)
excuse my ignorance – i am new to Qt.
Regards
Tim.
↧