derpicated / articated

ARticated; An augmented reality application for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove usages of private QAbstractVideoBuffer api

Mercotui opened this issue · comments

The FrameHelper class currently uses the QAbstractVideoBuffer API to obtain a native OpenGL texture handle. This API has been made private in Qt6, and I am not aware of a suitable replacement.

If/when a suitable replacement is found, we should remove the usage of the QAbstractVideoBuffer API.