Activity log for bug #1398806

Date Who What changed Old value New value Message
2014-12-03 12:35:56 Michael Sheldon bug added bug
2014-12-03 12:37:44 Michael Sheldon description The current back-end being used for QtSensors doesn't support the Gyroscope sensor found in most modern phones (including krillin and mako). Gyroscope readings are needed for most virtual reality and augmented reality applications, as well as being useful for games using device movement for input. Steps to reproduce: 1) Run following QML: import QtSensors 5.0 import Ubuntu.Components 1.1 MainView { Gyroscope { onReadingChanged: { console.log("Reading: " + reading.x + ", " + reading.y + ", " + reading.z); } } } Expected result: Gyroscope readings should be output on the console Actual result: No output. The current back-end being used for QtSensors doesn't support the Gyroscope sensor found in most modern phones (including krillin and mako). Gyroscope readings are needed for most virtual reality and augmented reality applications, as well as being useful for games using device movement for input. Steps to reproduce: 1) Run following QML: import QtSensors 5.0 import Ubuntu.Components 1.1 MainView {         Gyroscope { active: true             onReadingChanged: {                 console.log("Reading: " + reading.x + ", " + reading.y + ", " + reading.z);             }         } } Expected result:  Gyroscope readings should be output on the console Actual result:  No output.
2015-06-08 21:56:19 Sayonara Player Team bug added subscriber Lucio Carreras
2016-02-15 14:34:41 Gerry Boland branch linked lp:~gerboland/qtubuntu-sensors/add-gyro-magnet-sensors
2016-02-15 14:34:45 Gerry Boland qtubuntu-sensors: assignee Gerry Boland (gerboland)
2016-02-15 14:34:46 Gerry Boland qtubuntu-sensors: importance Undecided Medium
2016-02-15 14:34:49 Gerry Boland qtubuntu-sensors: status New In Progress
2016-10-25 06:01:29 Markcortbass bug added subscriber Markcortbass