@@ -1020,9 +1020,17 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
* <p>Video stabilization automatically translates and scales images from the camera
* in order to stabilize motion between consecutive frames.</p>
* <p>If enabled, video stabilization can modify the
* {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} to keep the video stream
* stabilized</p>
*
* {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} to keep the video stream stabilized.</p>
* <p>Switching between different video stabilization modes may take several frames
* to initialize, the camera device will report the current mode in capture result
* metadata. For example, When "ON" mode is requested, the video stabilization modes
* in the first several capture results may still be "OFF", and it will become "ON"
* when the initialization is done.</p>
* <p>If a camera device supports both this mode and OIS ({@link CaptureRequest#LENS_OPTICAL_STABILIZATION_MODE android.lens.opticalStabilizationMode}),
* turning both modes on may produce undesirable interaction, so it is recommended not to
@@ -1591,9 +1591,17 @@ public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> {
* <p>Video stabilization automatically translates and scales images from the camera
* in order to stabilize motion between consecutive frames.</p>
* <p>If enabled, video stabilization can modify the
* {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} to keep the video stream
* stabilized</p>
*
* {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} to keep the video stream stabilized.</p>
* <p>Switching between different video stabilization modes may take several frames
* to initialize, the camera device will report the current mode in capture result
* metadata. For example, When "ON" mode is requested, the video stabilization modes
* in the first several capture results may still be "OFF", and it will become "ON"
* when the initialization is done.</p>
* <p>If a camera device supports both this mode and OIS ({@link CaptureRequest#LENS_OPTICAL_STABILIZATION_MODE android.lens.opticalStabilizationMode}),
* turning both modes on may produce undesirable interaction, so it is recommended not to