Screen recording
Solved
General and Desktop
-
wrote on 18 Feb 2023, 16:07 last edited by
I am currently trying to find a method to record the desktop screen in a QWidget project. Unfortunately, there are not many tutorials/articles about how to approach this in Qt.
I wanted to kindly ask if anyone knows about any good sources that I can use to learn about this?
Are there any Qt classes that can help me with this?
-
Hi,
No, there's nothing pre-made in Qt for that.
You might want to check with ffmpeg. They might have something for that purpose.
-
-
Hi,
No, there's nothing pre-made in Qt for that.
You might want to check with ffmpeg. They might have something for that purpose.
2/3