Is here a way to compose MNG animate image on the qt3mng plugin? $QTDIR/src/3rdparty

Like a method append frame time ecc..

or QImageIOHandler , QBuffer.

I have a Webcam lib ( opencvlibrary )
https://qt-webdav.svn.sourceforge.ne...t4_demo_mingw/
and i like to record this frame .. i display the cam on QGLWidget ...
+
Qt Code:
  1. QTimer::singleShot(80, this, SLOT(SelfUpdate()));
To copy to clipboard, switch view to plain text mode 

or can you tell me a simpler way?