public class ExposureSettings
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ExposureSettings> |
CREATOR |
int |
maxExpousre
Maximum allowable exposure setting for the Imager. (1~7874).
|
int |
maxGain
Maximum allowable gain for the Imager. (1~4).
|
int |
targetAcceptGap
Target acceptcap value. (1~50).
|
int |
targetPercentile
Target Percentile value. (1~99).
|
int |
targetValue
Target white value. (1~255).
|
Constructor and Description |
---|
ExposureSettings() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public int maxExpousre
public int maxGain
public int targetValue
public int targetPercentile
public int targetAcceptGap
public static final android.os.Parcelable.Creator<ExposureSettings> CREATOR
public void readFromParcel(android.os.Parcel in)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable