This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am5728中使用GPU



软件条件:qt5.6, linux ,gstreamer1.0

问题:

(1)我在qt里面使用了gstreamer框架,但是在wayland下只能 使用waylandsink元件显示视频, 并且不能和qt界面融合,不知道可不可以融合呢?

(2)我在qt里使用了OpenGL函数绘制视频流(appsink),但是非常耗CPU,我想是没有使用GPU造成的,所以我想在qt移植的时候加上opengles2, 但是不知道在哪里找到这个库,不知该如何加入到qt里面?

 (3) 通过上面操作是不是就可以在qt里面调用opengl使用GPU显示视频流呢?关于opengl移植有什么文档吗?