actually it is possible to use the zoom capability. check the QT documentation:Originally Posted by Lele
void QGLWidget::resizeGL ( int width, int height ) [virtual protected]
This virtual function is called whenever the widget has been resized. The new size is passed in width and height. Reimplement it in a subclass.
There is no need to call makeCurrent() because this has already been done when this function is called.
re-implement resizeGL(newWidth,newHeight), and it should be ok.Originally Posted by Lele
there are different ways to do (zoom, resize, overlays), like some stuff could be easily done as QImage then you convert that to openGL and do some other stuff and so on..Originally Posted by Lele
my inetntion of the test was to find the fastest way of rendering video frames (image sequences) after processing them, e.i. to find the fastest way of displaying the images.




Reply With Quote
Bookmarks