Quote Originally Posted by tboloo
therefore coping image data pixel by pixel isn't something that I want. I'm hoping to achieve ~25fps (with some processing included).
It depends how on the way you store that image data. If all pixels are in one block and their representation is compatible with QRgb, you could use qmemmove instead.

http://www.qtcentre.org/forum/showthread.php?t=164