February 2nd, 2012, 06:23 AM
|
#1 (permalink)
|
|
New Member
Join Date: Aug 2010
Posts: 8
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
|
http://stackoverflow.com/questions/9013249/meaning-of-sensor-type-gravity-in-android
I'm trying to figure out what the meaning of the output from gravity sensors means in Android.
I understand is the gravity applied in X, Y and Z, what I don't understand is the difference with accelerometer sensor.
I know gravity is a fuse sensor which uses gyroscope as well and others...but getting for example a value of 29.4 (9.8 * 3) in the gravity[0] sensor means that there is a force of 3G applied in the X axle?
So it would similar to use acceleration = SQRT(X^2 + Y^2 + Z^2) but more precise?
Thanks in advance! Guillermo.
|
|
|