Camera2: Clarified docs for 3A regions.

Bug: 10545568
Change-Id: I0a76e7d063ceccb68707973abd312a1b909155ec
This commit is contained in:
Timothy Knight
2013-09-03 17:23:23 -07:00
parent 1b039b1d2e
commit 2629f27362
2 changed files with 42 additions and 32 deletions

View File

@@ -303,13 +303,14 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable {
* </p>
* <p>
* Each area is a rectangle plus weight: xmin, ymin,
* xmax, ymax, weight.
* xmax, ymax, weight. The rectangle is defined inclusive of the
* specified coordinates.
* </p><p>
* The coordinate system is based on the active pixel array,
* with (0,0) being the top-left of the active pixel array, and
* (android.sensor.info.activeArraySize.width,
* android.sensor.info.activeArraySize.height) being the
* bottom-right point of the active pixel array. The weight
* with (0,0) being the top-left pixel in the active pixel array, and
* (android.sensor.info.activeArraySize.width - 1,
* android.sensor.info.activeArraySize.height - 1) being the
* bottom-right pixel in the active pixel array. The weight
* should be nonnegative.
* </p><p>
* If all regions have 0 weight, then no specific metering area
@@ -378,13 +379,14 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable {
* </p>
* <p>
* Each area is a rectangle plus weight: xmin, ymin,
* xmax, ymax, weight.
* xmax, ymax, weight. The rectangle is defined inclusive of the
* specified coordinates.
* </p><p>
* The coordinate system is based on the active pixel array,
* with (0,0) being the top-left of the active pixel array, and
* (android.sensor.info.activeArraySize.width,
* android.sensor.info.activeArraySize.height) being the
* bottom-right point of the active pixel array. The weight
* with (0,0) being the top-left pixel in the active pixel array, and
* (android.sensor.info.activeArraySize.width - 1,
* android.sensor.info.activeArraySize.height - 1) being the
* bottom-right pixel in the active pixel array. The weight
* should be nonnegative.
* </p><p>
* If all regions have 0 weight, then no specific focus area
@@ -462,12 +464,15 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable {
* <p>
* Only used in AUTO mode.
* </p><p>
* Each area is a rectangle plus weight: xmin, ymin, xmax,
* ymax, weight. The coordinate system is based on the active
* pixel array, with (0,0) being the top-left of the active
* pixel array, and (android.sensor.info.activeArraySize.width,
* android.sensor.info.activeArraySize.height) being the
* bottom-right point of the active pixel array. The weight
* Each area is a rectangle plus weight: xmin, ymin,
* xmax, ymax, weight. The rectangle is defined inclusive of the
* specified coordinates.
* </p><p>
* The coordinate system is based on the active pixel array,
* with (0,0) being the top-left pixel in the active pixel array, and
* (android.sensor.info.activeArraySize.width - 1,
* android.sensor.info.activeArraySize.height - 1) being the
* bottom-right pixel in the active pixel array. The weight
* should be nonnegative.
* </p><p>
* If all regions have 0 weight, then no specific metering area

View File

@@ -198,13 +198,14 @@ public final class CaptureResult extends CameraMetadata {
* </p>
* <p>
* Each area is a rectangle plus weight: xmin, ymin,
* xmax, ymax, weight.
* xmax, ymax, weight. The rectangle is defined inclusive of the
* specified coordinates.
* </p><p>
* The coordinate system is based on the active pixel array,
* with (0,0) being the top-left of the active pixel array, and
* (android.sensor.info.activeArraySize.width,
* android.sensor.info.activeArraySize.height) being the
* bottom-right point of the active pixel array. The weight
* with (0,0) being the top-left pixel in the active pixel array, and
* (android.sensor.info.activeArraySize.width - 1,
* android.sensor.info.activeArraySize.height - 1) being the
* bottom-right pixel in the active pixel array. The weight
* should be nonnegative.
* </p><p>
* If all regions have 0 weight, then no specific metering area
@@ -258,13 +259,14 @@ public final class CaptureResult extends CameraMetadata {
* </p>
* <p>
* Each area is a rectangle plus weight: xmin, ymin,
* xmax, ymax, weight.
* xmax, ymax, weight. The rectangle is defined inclusive of the
* specified coordinates.
* </p><p>
* The coordinate system is based on the active pixel array,
* with (0,0) being the top-left of the active pixel array, and
* (android.sensor.info.activeArraySize.width,
* android.sensor.info.activeArraySize.height) being the
* bottom-right point of the active pixel array. The weight
* with (0,0) being the top-left pixel in the active pixel array, and
* (android.sensor.info.activeArraySize.width - 1,
* android.sensor.info.activeArraySize.height - 1) being the
* bottom-right pixel in the active pixel array. The weight
* should be nonnegative.
* </p><p>
* If all regions have 0 weight, then no specific focus area
@@ -342,12 +344,15 @@ public final class CaptureResult extends CameraMetadata {
* <p>
* Only used in AUTO mode.
* </p><p>
* Each area is a rectangle plus weight: xmin, ymin, xmax,
* ymax, weight. The coordinate system is based on the active
* pixel array, with (0,0) being the top-left of the active
* pixel array, and (android.sensor.info.activeArraySize.width,
* android.sensor.info.activeArraySize.height) being the
* bottom-right point of the active pixel array. The weight
* Each area is a rectangle plus weight: xmin, ymin,
* xmax, ymax, weight. The rectangle is defined inclusive of the
* specified coordinates.
* </p><p>
* The coordinate system is based on the active pixel array,
* with (0,0) being the top-left pixel in the active pixel array, and
* (android.sensor.info.activeArraySize.width - 1,
* android.sensor.info.activeArraySize.height - 1) being the
* bottom-right pixel in the active pixel array. The weight
* should be nonnegative.
* </p><p>
* If all regions have 0 weight, then no specific metering area