From 40a8344385306bacdf85742d4d7480f323f749b8 Mon Sep 17 00:00:00 2001 From: Eino-Ville Talvala Date: Mon, 11 May 2020 10:17:46 -0700 Subject: [PATCH] Camera: Fix minor NDK doc formatting error Test: Builds Bug: 150331548 Change-Id: I0c0c219d48006b3f2b06a55740908cf27b1e83a9 --- camera/ndk/include/camera/NdkCameraMetadataTags.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/camera/ndk/include/camera/NdkCameraMetadataTags.h b/camera/ndk/include/camera/NdkCameraMetadataTags.h index 16457accc2..0b9a3a4f06 100644 --- a/camera/ndk/include/camera/NdkCameraMetadataTags.h +++ b/camera/ndk/include/camera/NdkCameraMetadataTags.h @@ -1897,11 +1897,13 @@ typedef enum acamera_metadata_tag { *

By using this control, the application gains a simpler way to control zoom, which can * be a combination of optical and digital zoom. For example, a multi-camera system may * contain more than one lens with different focal lengths, and the user can use optical - * zoom by switching between lenses. Using zoomRatio has benefits in the scenarios below: - * Zooming in from a wide-angle lens to a telephoto lens: A floating-point ratio provides - * better precision compared to an integer value of ACAMERA_SCALER_CROP_REGION. - * Zooming out from a wide lens to an ultrawide lens: zoomRatio supports zoom-out whereas - * ACAMERA_SCALER_CROP_REGION doesn't.

+ * zoom by switching between lenses. Using zoomRatio has benefits in the scenarios below:

+ * *

To illustrate, here are several scenarios of different zoom ratios, crop regions, * and output streams, for a hypothetical camera device with an active array of size * (2000,1500).