Compass isn't supported
Bug #1398809 reported by
Michael Sheldon
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
anchoralarm |
New
|
Undecided
|
Unassigned | ||
qtubuntu-sensors |
New
|
Undecided
|
Unassigned |
Bug Description
The current back-end being used for QtSensors doesn't support the compass sensor found in most modern phones (including krillin and mako). Compass readings are useful for augmented reality, navigation, geocaching and astronomy/sky viewer applications.
Steps to reproduce:
1) Run following QML:
import QtSensors 5.0
import Ubuntu.Components 1.1
MainView {
Compass {
active: true
}
}
}
Expected result:
Compass readings should be output on the console
Actual result:
No output.
To post a comment you must log in.
See my comment: /bugs.launchpad .net/qtubuntu- sensors/ +bug/1398806/ comments/ 3
https:/