Raspberry Pi and Qt Quick
-
Is there a way to increase the speed of a Quick application on raspberry pi? I'm testing two new applications, with Qt 5.5.0 but they are too slow. When I click on a button for example I obtain the form after seconds... And one core is ever at 90 %.
Have you got a suggestion for me? It is very important. -
Please have a look at
https://forum.qt.io/topic/57801/unresolved-correct-way-to-compile-qt-for-raspberry-pi/1
The problem is between Raspberry Pi (Debian 8) - Qt 5.5 - OpenGL ES.
I can't run my QtQuick application in Raspberry Pi. -
Well I'm still on Debian 7.8 but the config output was +/- same. The OpenGL ............... yes (OpenGL ES 2.0+) is there. You need to get platform egls working.
Check for available platforms:
#/usr/local/qt5pi/bin/qmlscene --platform ?
This application failed to start because it could not find or load the Qt platform plugin "?".Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
And then run it with:
/usr/local/qt5pi/bin/qmlscene --platform eglfs file.qmlOther platforms are slowon RbPi2