Live screen capture
-
-
Just a note that http://qt-project.org/doc/qt-4.8/qpixmap.html#grabWindow is needed if the window is not in the current application - I've had several people ask me why grabWidget doesn't work when it turned out to be two different processes.
-
I'm working on Windows platform. I've used opencv, ffmpeg and Qt internal function like capture screen etc.
I've created a simple video recording only problem it's very heavy and it is not practical.
It will be one of my very serious projects. I've few investors with me.
Anyone has any interest please let me know.
-
Yup ...http://www.codeproject.com/Articles/5051/Various-methods-for-capturing-the-screen
Qt internally using first method of above article. Directx is second listed.
Thanks for suggestion.
Every method creates just image and we need to add these images to make video which is a problem(not exactly but it is). I was looking for some straight APIs for desktop recording.