Modify the precondition about roi mode setting 95/173995/1 accepted/tizen/unified/20180403.182458 submit/tizen/20180329.021452
authorJeongmo Yang <jm80.yang@samsung.com>
Mon, 26 Mar 2018 09:38:54 +0000 (18:38 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 27 Mar 2018 10:28:14 +0000 (19:28 +0900)
[Version] 0.4.6
[Profile] Common
[Issue Type] ACR
[Dependency module] N/A

Change-Id: If512483aabecbaa56aa3f093f9a6630dc7ed45bb
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/camera.h
packaging/capi-media-camera.spec

index bb70732..e795032 100644 (file)
@@ -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
index 2503dcf..c519c31 100644 (file)
@@ -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