From 4d8f0256735851a5e36c5f0032139c64b6bf2552 Mon Sep 17 00:00:00 2001 From: Hyuntae Kim Date: Tue, 6 Aug 2019 09:45:03 +0900 Subject: [PATCH] Doxygen Comment update about HDR Change-Id: I2f8b438557732701571b22c1b583ebcc5921cac1 --- include/camera.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/camera.h b/include/camera.h index d0a2f83..39da0ac 100644 --- a/include/camera.h +++ b/include/camera.h @@ -3591,7 +3591,7 @@ int camera_attr_foreach_supported_stream_flip(camera_h camera, camera_attr_suppo typedef void (*camera_attr_hdr_progress_cb)(int percent, void *user_data); /** - * @brief Sets the mode of HDR (High dynamic range) capture. + * @brief Sets the mode of HDR (High Dynamic Range) capture. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @remarks Taking multiple pictures at different exposure levels and intelligently stitching them together so that we eventually arrive at a picture that is representative in both dark and bright areas.\n * If this attribute is set to @c true. camera_attr_hdr_progress_cb() is invoked during capture.\n @@ -3615,7 +3615,7 @@ typedef void (*camera_attr_hdr_progress_cb)(int percent, void *user_data); int camera_attr_set_hdr_mode(camera_h camera, camera_attr_hdr_mode_e mode); /** - * @brief Gets the mode of HDR (High dynamic range) capture. + * @brief Gets the mode of HDR (High Dynamic Range) capture. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] camera The handle to the camera * @param[out] mode The mode of HDR capture -- 2.7.4