public static final class ExposureValues.ExposureMethod
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CENTER_ONLY
Deprecated.
Auto exposure is determined based on center only
|
static int |
CENTER_WEIGHTED
Deprecated.
Auto exposure is determined based primarily on center only, but weighted
|
static int |
UNIFORM
Deprecated.
Auto exposure is determined across entire image
|
Constructor and Description |
---|
ExposureMethod()
Deprecated.
|
public static final int UNIFORM
public static final int CENTER_ONLY
public static final int CENTER_WEIGHTED