Qt Web GL Plugin on Embedded Linux Device
Unsolved
Mobile and Embedded
-
Hi all, I have a Qt6 (6.5.2) application I run over a custom Yocto distribution on an i.MX8 target.
I'm interested in potentially using the Qt WebGL Streaming Plugin to potentially control this device via the web browser, but it seems that the WebGL plugin is only available in Qt 5.15.
Will this work still in a Qt 6.5.2 application? I can't find any great examples and figured I'd ask here. If so, I'm assuming I can track down a Yocto recipe somewhere (or just write one myself) for the plugin since it is not include in meta-qt6?
Thank you!