com.otaliastudios.cameraview.controls.Control
java.io.Serializable
java.lang.Comparable
public enum Engine implements Control
The engine to be used.
CAMERA2
Camera2 based engine. For API versions older than 21,the system falls back to CAMERA1.
CAMERA1
Camera1 based engine.
static Array<Engine>
values()
static Engine
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static Array<Engine> values()
static Engine valueOf(String name)