Tagged Questions
0
votes
0answers
218 views
How to read Android accelerometer values in a stable and accurate way?
In a my project I am trying to control a car using data obtained through the accelerometer of an Android device. (Left, Right, Forward, Reverse). Even though I have managed to read values from the ...
0
votes
1answer
281 views
Meaningfull charts for Motion Sensors - Accelerometer, Gyroscope and Magnetometer
I am working on Motion sensor - Accelerometer , Gyroscope and Magnetometer.I am developing c-application which could read the data from these hardware .I am able to do this for their hardware board.
...
1
vote
0answers
97 views
Screenrotation in combination with orientation change
What I want to build;
App ALWAYS is in landscape mode (top of phone to the left!).
When the user flips the phone (over Y-axis, so user is looking at it's back, screen is in front of person sitting ...
2
votes
0answers
232 views
Sensor coordinate system in Android doesn't change, does it?
I read in many places like: One Screen Deserves Another that: "The sensor coordinate system used by the API for the natural orientation of the device does not change as the device moves, and is the ...
0
votes
1answer
121 views
Get where is facing the cellphone in android
I'm trying to understand how can I know if the device's screen is facing the user or, for example, flat on a table with the screen looking up, or facing down, etc.
I'm not using the orientation ...
2
votes
1answer
524 views
SensorManager.getRotationMatrix gravity parameter or accelerometer parameter values in android?
In Android Documentation is specified the third parameter as
float[] gravity
then is specifies
[0 0 g] = R * gravity (g = magnitude of gravity)
Now, in most of the examples online I can see ...