R
R
ROKarpov2014-08-04 23:41:39
Qt
ROKarpov, 2014-08-04 23:41:39

How to use QAbstractVideoSurface in blocking mode?

The task is as follows: using Qt, you need to process video frames, but the processing is quite specific and takes a lot of time (half a second per frame). The QAbstractVideoSurface class is great for solving such problems, but the problem is that by default the class (or, rather, the successor of the class) is used in non-blocking mode, therefore, the processing time is much less than necessary. Is there a way to use blocking mode for descendants of QAbstractVideoSurface?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question