How to use QVideoSink to get frames from QMediaPlayer in C++?

651 Views Asked by At

QVideoSink is a new class in Qt 6.3, and therefore not much information or examples for it are available regarding how to use it. Myself being a beginner with Qt am finding it difficult to understand how to use it. It would be great if someone could go ahead and give a simple working example of using QVideoSink for getting frames with QMediaPlayer. Here is the documentation: QVideoSink

0

There are 0 best solutions below