Hi,

I have a QGLWidget which displays Webcam video, i want to be able to display the text in the right corner with the name and some information with it. I tried using renderText(...) but it doesnot display anything or maybe it displays but is behind the video.. as there is constant change in the scene rendering the text may be over written...

is there anyway i can add like a layer over the scene and display the text?

Thanks