diff options
author | Hyuntae Kim <ht1211.kim@samsung.com> | 2019-08-06 09:45:03 +0900 |
---|---|---|
committer | Hyuntae Kim <ht1211.kim@samsung.com> | 2019-08-06 09:45:10 +0900 |
commit | 4d8f0256735851a5e36c5f0032139c64b6bf2552 (patch) | |
tree | bec41e4698cfbbebdef3351927a868e2655d4181 | |
parent | 499af5cfd62e60a4d885087457755434d9e87181 (diff) | |
download | camera-4d8f0256735851a5e36c5f0032139c64b6bf2552.tar.gz camera-4d8f0256735851a5e36c5f0032139c64b6bf2552.tar.bz2 camera-4d8f0256735851a5e36c5f0032139c64b6bf2552.zip |
Doxygen Comment update about HDRtizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185102submit/tizen_5.5/20191031.000002submit/tizen/20190814.051743accepted/tizen/unified/20190823.092338accepted/tizen/5.5/unified/mobile/hotfix/20201027.065504accepted/tizen/5.5/unified/20191031.030900tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfix
Change-Id: I2f8b438557732701571b22c1b583ebcc5921cac1
-rw-r--r-- | include/camera.h | 4 |
1 files 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 |