Package 

Enum Axis

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Axis
    
                        

    The axis around which offsets are computed. We have two possibilities: - an axis going out of the device screen towards the user's face - an axis going out of the device screen towards the back We are mostly interested in the first one, but some APIs will require angles in the sensor reference, in which case, for front cameras, we are required to use RELATIVE_TO_SENSOR.

    • Method Summary

      Modifier and Type Method Description
      static Array<Axis> values()
      static Axis valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait