Api for screen video recording??
-
"recently there has been a topic on that.":http://developer.qt.nokia.com/forums/viewthread/5431
i'm afraid you'll need external tools.
-
[quote author="Eddy" date="1311748135"]"recently there has been a topic on that.":http://developer.qt.nokia.com/forums/viewthread/5431
i'm afraid you'll need external tools.[/quote]
I believe these two threads are a little bit different as here TobbY is asking how to implement video recording in his app while in the other thread they seems to be discussing existing software for video capturing.
-
sorry but that link talk doesnt have any solution, does any one know any solution for that
[quote author="Eddy" date="1311748135"]"recently there has been a topic on that.":http://developer.qt.nokia.com/forums/viewthread/5431i'm afraid you'll need external tools.[/quote]
-
AFAIK there is no ready to use API for that. That's why i suggested to look into external tools.
there is a "screenshot example":http://doc.qt.nokia.com/4.7/desktop-screenshot.html in the docs though, but this is just for making a snapshot of the screen at that time. Maybe when using a timer and combining the pictures in a video you get what you want. But I don't know how to do that. Anyone?
i've googled qt-app.org and found some "like this one.":http://qt-apps.org/content/show.php/Apng+Video+Frame+Label?content=82221
You could look into the source to learn more.