QAccelerometer QML communication with ADXL346
Unsolved
Mobile and Embedded
-
Hi,
i have an embedded linux running Debian on the iMx6. The Qt version is 5.5.1 open source.
I want to use an acceleromter to give display roll information.
All of this is already implemented on QAccelerometer, but how do i add my I2C driver so that Qt "finds" the acceleromter.
Do i have to load it as "module" on the kernel?Michael
-
Hi,
Do you mean provide your own plugin like for example the AndroidAccelerometer ?
-
You have to first check if Qt has any plugin that already can access your device.