summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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