From 2af3e748e114d32191ae5634269ca744e6b2fd81 Mon Sep 17 00:00:00 2001 From: Yin-Chia Yeh Date: Wed, 12 Jun 2019 14:49:44 -0700 Subject: [PATCH] Camera: don't require (15, max) fps range on NIR camera Test: manually check generated doc Bug: 132307219 Change-Id: I5136920865f4bbe46d2c9cfa0c5dd61c0c2ea75e --- camera/ndk/include/camera/NdkCameraMetadataTags.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/camera/ndk/include/camera/NdkCameraMetadataTags.h b/camera/ndk/include/camera/NdkCameraMetadataTags.h index 7cd832afbb..9ec64e1726 100644 --- a/camera/ndk/include/camera/NdkCameraMetadataTags.h +++ b/camera/ndk/include/camera/NdkCameraMetadataTags.h @@ -1126,10 +1126,17 @@ typedef enum acamera_metadata_tag { * *

For devices at the LIMITED level or above:

* + * + * @see ACAMERA_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT */ ACAMERA_CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES = // int32[2*n] ACAMERA_CONTROL_START + 20, @@ -8330,7 +8337,7 @@ typedef enum acamera_metadata_enum_acamera_info_supported_hardware_level { * fire the flash for flash power metering during precapture, and then fire the flash * for the final capture, if a flash is available on the device and the AE mode is set to * enable the flash.

- *

Devices that initially shipped with Android version Q or newer will not include any LEGACY-level devices.

+ *

Devices that initially shipped with Android version Q or newer will not include any LEGACY-level devices.

* * @see ACAMERA_CONTROL_AE_PRECAPTURE_TRIGGER * @see ACAMERA_REQUEST_AVAILABLE_CAPABILITIES