is it possible to save screenshots (of a widget) as a movie? I have been looking at Qimagereader and phonon but these are for displaying movies, not making them
is it possible to save screenshots (of a widget) as a movie? I have been looking at Qimagereader and phonon but these are for displaying movies, not making them
you can use QPixMap::grabWidget (on a timer?) to get a series of screen shots. How you turn that into a movie... not sure.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
You might find this link useful. It's Windoze code, but could probably be translated into normal C++ for use with Qt.
This link too. And this one. As well as this one.
I have the screenshots, thats okay
thanks for the links, very useful. I'll see what I can do
Bookmarks