On Symbian, QAccelerometer reports supported data rates as 40, 100 and 2.
Call setDataRate(100)
dataRate() now returns 100
However, in the filter() callback method, we get only 38-40 readings per second.
This is wrong public API implementation.
On Symbian, QAccelerometer reports supported data rates as 40, 100 and 2.
Call setDataRate(100)
dataRate() now returns 100
However, in the filter() callback method, we get only 38-40 readings per second.
This is wrong public API implementation.