Any workaround to get similar behavior like linking two QVideoSinks from QMediaCaptureSession?
-
Hi everyone. I need to write an Android application that takes a video stream from the camera, and at the same time needs to feed VideoOutput to display the stream on the screen, and I need to intercept frames at the stage between QCamera -> QMediaCaptureSession -> QVideoSink without quality loss and send them over the network.
Here's what we have in QtMultimedia (6.10):
QMediaCaptureSession has two methods: setVideoOutput and setVideoSink. But they don't work together. Essentially, I can only attach one receiver to QMediaCaptureSession.
Are there any solutions? I'm ready to write code in C++, could you please point me in the right direction to solve my problem? Thanks.
-
Hi,
How will you be sending them over the network ?