QScreenCapture with partial screen
-
Hello,
I'm trying to record screen by new API QScreenCapture in QT 6.5.3, but it only captures the whole screen. Is there any way to capture partial screen? Like setGeometry, I checked the documents for QScreenCapture, QMediaCaptureSession and QMediaRecorder, no such function.
-
Hi and welcome to devnet,
AFAIK, currently no. Are you trying to record something specific ?
-
Hello,
I'm trying to record screen by new API QScreenCapture in QT 6.5.3, but it only captures the whole screen. Is there any way to capture partial screen? Like setGeometry, I checked the documents for QScreenCapture, QMediaCaptureSession and QMediaRecorder, no such function.
-
Hi and welcome to devnet,
AFAIK, currently no. Are you trying to record something specific ?
-
-
@JoeCFD Thanks, I already tried FFmpeg before. It works. As I know QMultiMedia backend also is FFMpeg, So I'm trying to use QMultiMedia instead of calling FFmpeg directly.
-
@JoeCFD Thanks, I already tried FFmpeg before. It works. As I know QMultiMedia backend also is FFMpeg, So I'm trying to use QMultiMedia instead of calling FFmpeg directly.