Qt 6.11 is out! See what's new in the release
blog
guidance for porting QAbstractVideoSurface ?
-
I use
QAbstractVideoSurfacethroughout my media player app. I useQGraphicsScenewith manyCGraphicsVideoItemin it, some fromQMediaPlayer, some fromQCamera, some fromQImage... All of them useQAbstractVideoSurfaceto present frames.What's the porting guidance here?
While i'm here: what about
QVideoSurfaceFormat? is that nowQVideoFrameFormat? -
Hi,
I think your are going to need QVideoSink.
However, I don't know how to get from your custom surface to it.
The API is being reviewed so you should check the interest mailing list and bring your porting question there.