
Apng Video Frame Label
Source (link to git-repo or to original if based on someone elses unmodified work):
Animated Portable Network Graphics APNG like a Movie.
And is able to capture movie frame from screen.
The webcam support to MingW compiler run only on whit patch ...
https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/webcam_qt4_demo_mingw/readme.txt other compiler take the original lib.
Cam suppoert is only on latest SVN source.
to take it .. svn co url/path dirname
3.6.08 Append export to extract all single image as normal png.
Insert Screen Capture, && save/export as APNG format movie
Save and export movie running on separate Thread
4.6.08 Append lib OpenCV to record frame from local WebCam or usb Cam,
comment out on file option.pri (root dir) ####CONFIG += qtcamview if you not like download OpenCV lib or support Cam. Remove QT3 support as dependency to QImage..
Ratings & Comments
3 Comments
Nice job but could you remove dependency on Qt3 support. Introducing oldies in a new project is not a good idea unless there is no other way to do it.
This is only to qimage::jumpTable have a look on http://doc.trolltech.com/4.0/qimage-qt3.html#jumpTable-2 i dont know other way to having a pointer to qimage as APNG format...
good