I want to simulate video by displaying incoming image frames. I wanted to display the video on a QGraphicsView's scene, but was unsure if there would be a problem with performance. Is there any known performance problems with setting a pixmap on QGraphicsView rather then a QLabel? The reason I want it on a QGraphicsView, is so that I can add overlays to the scene (which will be shown over the video).

Thanks in advance