From ddb0da8367f440e198ee697825f10c89b6aea252 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Mon, 26 Mar 2018 18:38:54 +0900 Subject: [PATCH] Modify the precondition about roi mode setting [Version] 0.4.6 [Profile] Common [Issue Type] ACR [Dependency module] N/A Change-Id: If512483aabecbaa56aa3f093f9a6630dc7ed45bb Signed-off-by: Jeongmo Yang --- include/camera.h | 6 ++++-- packaging/capi-media-camera.spec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/camera.h b/include/camera.h index bb70732..e795032 100644 --- a/include/camera.h +++ b/include/camera.h @@ -4021,8 +4021,10 @@ 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. + * @remarks If no display is set, no operation is performed and + * the ROI area is valid only in #CAMERA_DISPLAY_MODE_CUSTOM_ROI display mode. + * @remarks The minimum value of width and height are 1. + * @remarks ROI area can be set before setting ROI display mode. (since 4.0) * @param[in] camera The handle to the camera * @param[in] x X coordinate of area * @param[in] y Y coordinate of area diff --git a/packaging/capi-media-camera.spec b/packaging/capi-media-camera.spec index 2503dcf..c519c31 100644 --- a/packaging/capi-media-camera.spec +++ b/packaging/capi-media-camera.spec @@ -1,6 +1,6 @@ Name: capi-media-camera Summary: A Camera API -Version: 0.4.5 +Version: 0.4.6 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4