Package 

Enum Engine

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control , java.io.Serializable , java.lang.Comparable

    
    public enum Engine
     implements Control
                        

    The engine to be used.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CAMERA2

      Camera2 based engine. For API versions older than 21,the system falls back to CAMERA1.

      CAMERA1

      Camera1 based engine.

    • Method Summary

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

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