Qt 6 porting guidance : QAbstractVideoSurface and QVideoSurfaceFormat.
-
Hello Community,
I have an iPadOs app build using Qt (version 5.12.11), and im trying to port it to Qt (version 6.4.0)
I'm facing issues with following classesQAbstractVideoSurfaceandQVideoSurfaceFormatsince they are no longer available in Qt6,
I've gone through docs and forums (see references below), but did not find anything except that we can useQVideosinkas replacement ofQAbstractVideoSurfaceIs the any resources, unofficial docs I can refer for how it works, or it would be helpful if somebody could just guide me tho what could be the replacements of the said classes?
And if any, what would be generic flow to get frame data out of video.
REFERENCES:
https://forum.qt.io/topic/128382/qt6-porting-guidance-qcamera-and-qabstractvideosurface
https://www.mail-archive.com/interest@qt-project.org/msg36086.htmlThanks
Ronak Jain. -
Sorry @inkfil, I've never used Qt's video surface classes - I'm just reading the docs and making educated guesses. If you have specific questions I can try to answer them, but otherwise the only general guidance I can give is the read the guides you've already mentioned. Good luck! :)
Paul.