From 7af37d1fa1aabb0b6b2b16e8376ad122a539c70b Mon Sep 17 00:00:00 2001 From: Haesu Gwon Date: Tue, 31 May 2016 18:55:25 +0900 Subject: [Release version 0.2.59] 1. Fix camera_set_display error in EVAS display type, 2. Change hardcoded length calculation Change-Id: I07fb662591ca2520a4ab253ce3a1d3bdbecab144 Signed-off-by: Haesu Gwon --- include/camera.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3