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.
Hi Prabindh,
Can you help me with this?
I am using QT 5.0.1, the hellogl_es2 example run but it is at 58 fps - when using qt4 on the same hardware and drivers i was able to get to 100 fps. Below is the console message and error ... Thanks a bunch, Johny.
./hellogl_es2 -platform eglfs
evdevtouch: Using device /dev/input/event0
min X: 0 max X: 0
min Y: 0 max Y: 0
min pressure: 0 max pressure: 0
device name: TSC2007 Touchscreen
Protocol type A
This plugin does not support propagateSizeHints()
This plugin does not support setParent!
This plugin does not support setParent!
This plugin does not support setParent!
This plugin does not support setParent!
This plugin does not support setParent!
This plugin does not support setParent!
This plugin does not support setParent!
This plugin does not support propagateSizeHints()
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
QOpenGLContext::swapBuffers() called with non-opengl surface
QEGLPlatformContext::makeCurrent: eglError: 3009, this: 0x584d8
Hi,
There are some possible reasons for the lower frame rate performance with the qt5 version.
1) Are both compared versions compiled similarly? Are you using the OpenGL ES acceleration by SGX in both qt versions? There are two links to tutorials about:
http://processors.wiki.ti.com/index.php/Building_Qt
http://processors.wiki.ti.com/index.php/Building_Qt_with_OpenGL_ES_accelerated_by_SGX
Are you follow the same tutorial or some else? If yes post a link to it.
2) The default version of qt coming with the dvsdk 4.03.00.06 is Qt version 4.6.3. It should be has some optimizations.
3) It should be useful to start a discussion about performance issue in the http://qt-project.org/ forum.
BR
Tsvetolin Shulev
Is this the same discussed in http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/p/239813/888688.aspx#888688 ?
yes it is the same, sorry for the duplicate post, wasn't sure where i should post.
thanks for all yours help.
Johny.