camera2 docs: fix CONTROL_AWB_MODE documentation.
Bug: 123166531 Test: build Change-Id: I122ed8253c8417a5b6e0c494e0a9e891fde2b069 Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
@@ -1699,7 +1699,7 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
|
||||
* transform fields, and what its illumination target
|
||||
* is.</p>
|
||||
* <p>This control is only effective if {@link CaptureRequest#CONTROL_MODE android.control.mode} is AUTO.</p>
|
||||
* <p>When set to the ON mode, the camera device's auto-white balance
|
||||
* <p>When set to the AUTO mode, the camera device's auto-white balance
|
||||
* routine is enabled, overriding the application's selected
|
||||
* {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform}, {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains} and
|
||||
* {@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode}. Note that when {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode}
|
||||
|
||||
@@ -1781,7 +1781,7 @@ public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> {
|
||||
* transform fields, and what its illumination target
|
||||
* is.</p>
|
||||
* <p>This control is only effective if {@link CaptureRequest#CONTROL_MODE android.control.mode} is AUTO.</p>
|
||||
* <p>When set to the ON mode, the camera device's auto-white balance
|
||||
* <p>When set to the AUTO mode, the camera device's auto-white balance
|
||||
* routine is enabled, overriding the application's selected
|
||||
* {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform}, {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains} and
|
||||
* {@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode}. Note that when {@link CaptureRequest#CONTROL_AE_MODE android.control.aeMode}
|
||||
|
||||
Reference in New Issue
Block a user