Class android.hardware.Camera.Parameters
| Added Methods | |
|---|---|
boolean getAutoExposureLock() |
|
boolean getAutoWhiteBalanceLock() |
|
List<Area> getFocusAreas() |
|
int getMaxNumDetectedFaces() |
|
int getMaxNumFocusAreas() |
|
int getMaxNumMeteringAreas() |
|
List<Area> getMeteringAreas() |
|
boolean isAutoExposureLockSupported() |
|
boolean isAutoWhiteBalanceLockSupported() |
|
boolean isVideoSnapshotSupported() |
|
void setAutoExposureLock(boolean) |
|
void setAutoWhiteBalanceLock(boolean) |
|
void setFocusAreas(List<Area>) |
|
void setMeteringAreas(List<Area>) |
|
void setRecordingHint(boolean) |
|
| Added Fields | |
|---|---|
String FOCUS_MODE_CONTINUOUS_PICTURE |
|
