summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyuntae Kim <ht1211.kim@samsung.com>2019-08-06 09:45:03 +0900
committerHyuntae Kim <ht1211.kim@samsung.com>2019-08-06 09:45:10 +0900
commit4d8f0256735851a5e36c5f0032139c64b6bf2552 (patch)
treebec41e4698cfbbebdef3351927a868e2655d4181
parent499af5cfd62e60a4d885087457755434d9e87181 (diff)
downloadcamera-accepted/tizen_5.5_unified_mobile_hotfix.tar.gz
camera-accepted/tizen_5.5_unified_mobile_hotfix.tar.bz2
camera-accepted/tizen_5.5_unified_mobile_hotfix.zip
Change-Id: I2f8b438557732701571b22c1b583ebcc5921cac1
-rw-r--r--include/camera.h4
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