summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHaesu Gwon <haesu.gwon@samsung.com>2016-05-31 18:55:25 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2016-05-31 04:09:33 -0700
commit7af37d1fa1aabb0b6b2b16e8376ad122a539c70b (patch)
tree46fb682c18d28637a2cb28b38d82711f260f5e28 /include
parentaeef5be842882cdd739aef7e5ec83a11fa7c8968 (diff)
downloadcamera-7af37d1fa1aabb0b6b2b16e8376ad122a539c70b.tar.gz
camera-7af37d1fa1aabb0b6b2b16e8376ad122a539c70b.tar.bz2
camera-7af37d1fa1aabb0b6b2b16e8376ad122a539c70b.zip
Change-Id: I07fb662591ca2520a4ab253ce3a1d3bdbecab144 Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/camera.h b/include/camera.h
index 4ff28b5..ab40935 100644
--- a/include/camera.h
+++ b/include/camera.h
@@ -987,6 +987,7 @@ int camera_cancel_focusing(camera_h camera);
*
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @remarks This function must be called before previewing (see camera_start_preview()).
+ * In Custom ROI display mode, camera_attr_set_display_roi_area() function must be called before calling this function.
* @param[in] camera The handle to the camera
* @param[in] type The display type
* @param[in] display The display handle from #GET_DISPLAY
@@ -3695,6 +3696,7 @@ int camera_attr_foreach_supported_ptz_type(camera_h camera, camera_attr_supporte
* @brief Sets the ROI(Region Of Interest) area of display.
* @since_tizen 3.0
* @remarks Before set display ROI area, #CAMERA_DISPLAY_MODE_CUSTOM_ROI should be set with camera_set_display_mode().
+ * The minimum value of width and height are 1.
* @param[in] camera The handle to the camera
* @param[in] x X coordinate of area
* @param[in] y Y coordinate of area