• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. T

    Apps How to get Orientation

    Hi all, I want to do something with augmented reality(AR) application. Now, I try to get camera orientation. I used SensorManager to get values: values[0]: azimuth, rotation around the Z axis. values[1]: pitch, rotation around the X axis. values[2]: roll, rotation around the Y axis. And...