Qt Screen Recording
-
Hello, it's me again :)
I want to make a super simple program that gives me the ability to record my screen (Video Recorder). Something like OBS but significantly more simple (I am using windows 10 and Qt 6.0.3 64-bit).
Since I don't know anything about screen capturing and where to start, I wanted to ask if someone can give me a link to a documentation that I can use. Any other resources, or even answers can really help me.
Thank you :)
-
@Saviz said in Qt Screen Recording:
So in other words, Qt Multimedia is what I am looking for. Correct?
Thank you :)
Partly at least yes. There's currently no direct way to record your computer screen content but it provides some of the infrastructure you will need for example to create the file.
-
Hi,
Qt 6.0 does not have the Qt Multimedia module so you would need to implement that using Windows APIs directly.
-
@JoeCFD said in Qt Screen Recording:
You can use gstreamer pipeline to do it as well.
It's going to be tricky on Windows 10.
-
@Saviz said in Qt Screen Recording:
So in other words, Qt Multimedia is what I am looking for. Correct?
Thank you :)
Partly at least yes. There's currently no direct way to record your computer screen content but it provides some of the infrastructure you will need for example to create the file.
-
This post is deleted!