derpicated / articated

ARticated; An augmented reality application for Android
MIT License
10 stars 5 forks source link

Remove usages of private QAbstractVideoBuffer api #44

Open Mercotui opened 1 year ago

Mercotui commented 1 year ago

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.