- Home /
Accelerometer Reorientation with gyroscope values
I am trying to get a accelerometer readings using docs.unity3d.com/ScriptReference/Input-acceleration.html
But the Value of the acceleration is changing with orientation of phone.
I did tried http://docs.unity3d.com/ScriptReference/Gyroscope-userAcceleration.html also but these values are also changing with orientation..
i googled for solution But i did find http://stackoverflow.com/questions/11578636/acceleration-from-devices-coordinate-system-into-absolute-coordinate-system.
can i have any alternate for this on unity .
Your answer
Follow this Question
Related Questions
How to judge intensity of shaking in android phones 1 Answer
Changing origin of cooridinates to decieve gyroscope in ARCore 0 Answers
Using custom accelerometer, gyro & magnetometer to move objects 1 Answer
gyro.attitude lags on Samsung Galaxy S2 0 Answers
How do I access CoreMotion and the Android equivalent? 0 Answers