-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AxisThe 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.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABSOLUTEThis rotation axis is the one going out of the device screentowards the user's face.
RELATIVE_TO_SENSORThis rotation axis takes into account the current com.otaliastudios.cameraview.controls.Facing value.- for BACK, this is ABSOLUTE - for FRONT, this is inverted
-