QAbstractVideoBuffer::HandleType
-
Hi. I have a few questions, all day I try to solve it but I can't.
- I have class inherited from QAbstractVideoSurface.
First question is: how to force QT using handle type like QAbstractVideoBuffer::GLTextureHandle for video operations.
Second question is: how to get OpenGL texture from "frame" (QVideoFrame) in method QAbstractSurfactSurface::present.
But second question can be solved only after first question!
Thank you very much!