From 7dc76b20ab402a032f00e93c5ef8594bef7336cd Mon Sep 17 00:00:00 2001 From: Shuzhen Wang Date: Mon, 8 Jul 2019 15:09:13 -0700 Subject: [PATCH] Camera: Mention postRawSensitivityBoost together with sensitivity This helps application developer be aware of availability of postRawSensitivityBoost. Test: Build and read docs Bug: 119755308 Change-Id: I65778a17d98aa9a9bdbb4a452005c25dfae96950 --- camera/ndk/include/camera/NdkCameraMetadataTags.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/camera/ndk/include/camera/NdkCameraMetadataTags.h b/camera/ndk/include/camera/NdkCameraMetadataTags.h index 4a801a7a70..56856af882 100644 --- a/camera/ndk/include/camera/NdkCameraMetadataTags.h +++ b/camera/ndk/include/camera/NdkCameraMetadataTags.h @@ -3543,11 +3543,19 @@ typedef enum acamera_metadata_tag { * output capture result.

*

This control is only effective if ACAMERA_CONTROL_AE_MODE or ACAMERA_CONTROL_MODE is set to * OFF; otherwise the auto-exposure algorithm will override this value.

+ *

Note that for devices supporting postRawSensitivityBoost, the total sensitivity applied + * to the final processed image is the combination of ACAMERA_SENSOR_SENSITIVITY and + * ACAMERA_CONTROL_POST_RAW_SENSITIVITY_BOOST. In case the application uses the sensor + * sensitivity from last capture result of an auto request for a manual request, in order + * to achieve the same brightness in the output image, the application should also + * set postRawSensitivityBoost.

* * @see ACAMERA_CONTROL_AE_MODE * @see ACAMERA_CONTROL_MODE + * @see ACAMERA_CONTROL_POST_RAW_SENSITIVITY_BOOST * @see ACAMERA_SENSOR_INFO_SENSITIVITY_RANGE * @see ACAMERA_SENSOR_MAX_ANALOG_SENSITIVITY + * @see ACAMERA_SENSOR_SENSITIVITY */ ACAMERA_SENSOR_SENSITIVITY = // int32 ACAMERA_SENSOR_START + 2,