com.otaliastudios.cameraview.controls.Control
public enum Hdr implements Control
Hdr values indicate whether to use high dynamic range techniques when capturing pictures.
final static Hdr
DEFAULT
Hdr(int value)
OFF
No HDR.
ON
Using HDR.
int
value()
static Hdr
fromValue(int value)
static Array<Hdr>
values()
valueOf(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int value()
@NonNull() static Hdr fromValue(int value)
static Array<Hdr> values()
static Hdr valueOf(String name)