@@ -227,9 +227,9 @@ public final class CameraCharacteristics extends CameraMetadata {
* which enables application control of white balance, by using
* which enables application control of white balance, by using
* {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform} and {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains}({@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode} must be set to TRANSFORM_MATRIX).</p>
* {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform} and {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains}({@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode} must be set to TRANSFORM_MATRIX).</p>
@@ -585,10 +585,10 @@ public final class CaptureResult extends CameraMetadata {
* algorithm</p>
* algorithm</p>
* <p>Noise filtering control. OFF means no noise reduction
* <p>Noise filtering control. OFF means no noise reduction
* will be applied by the HAL.</p>
* will be applied by the HAL.</p>
* <p>FAST/HIGH_QUALITY both mean HAL-determined noise filtering
* <p>FAST/HIGH_QUALITY both mean camera device determined noise filtering
* will be applied. HIGH_QUALITY mode indicates that the HAL
* will be applied. HIGH_QUALITY mode indicates that the camera device
* should use the highest-quality noise filtering algorithms,
* will use the highest-quality noise filtering algorithms,
* even if it slows down capture rate. FAST means the HAL should not
* even if it slows down capture rate. FAST means the camera device should not
* slow down capture rate when applying noise filtering.</p>
* slow down capture rate when applying noise filtering.</p>
* @see #NOISE_REDUCTION_MODE_OFF
* @see #NOISE_REDUCTION_MODE_OFF
* @see #NOISE_REDUCTION_MODE_FAST
* @see #NOISE_REDUCTION_MODE_FAST
@@ -818,8 +818,8 @@ public final class CaptureResult extends CameraMetadata {
* image of a gray wall (using bicubic interpolation for visual quality) as captured by the sensor gives:</p>
* image of a gray wall (using bicubic interpolation for visual quality) as captured by the sensor gives:</p>
* <p><img alt="Image of a uniform white wall (inverse shading map)" src="../../../../images/camera2/metadata/android.statistics.lensShadingMap/inv_shading.png" /></p>
* <p><img alt="Image of a uniform white wall (inverse shading map)" src="../../../../images/camera2/metadata/android.statistics.lensShadingMap/inv_shading.png" /></p>