mv_roi_tracker: update docs 80/280380/1 accepted/tizen/unified/20220830.133716 submit/tizen/20220830.003207
authorHyunsoo Park <hance.park@samsung.com>
Mon, 29 Aug 2022 08:23:24 +0000 (17:23 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Mon, 29 Aug 2022 08:23:24 +0000 (17:23 +0900)
[Version] : 0.23.20
[Issue type] : clean up

Change-Id: I5538bb0a643bcdd8d92cf194c1ef00001e967756
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
include/mv_roi_tracker.h
include/mv_roi_tracker_type.h
packaging/capi-media-vision.spec

index 6a90bd5..180f848 100644 (file)
@@ -108,7 +108,7 @@ int mv_roi_tracker_configure(mv_roi_tracker_h handle,
 /**
  * @brief Prepares roi tracker.
  * @details Use this function to prepare roi tracker based on
- *          the configurtion.
+ *          the configurtion. ROI related variables are used when 'mv_roi_tracker_perform' is executed.
  *
  * @since_tizen 7.0
  *
@@ -151,7 +151,7 @@ typedef void (*mv_roi_tracker_tracked_cb)(
 
 /**
  * @brief Tracks with a given tracker on the @a source.
- * @details Use this function to track with a given source.
+ * @details Use this function to track with a given source and ROI information which is set to 'mv_roi_tracker_prepare'.
  *          This function returns a proper ROI coordinates of the tracked region inside given source.
  *
  * @since_tizen 7.0
index f49812c..f5d8c54 100644 (file)
@@ -57,6 +57,11 @@ typedef struct {
  */
 typedef void *mv_roi_tracker_h;
 
+
+/**
+ * @brief Enumeration for ROI tracker type.
+ * @since_tizen 7.0
+ */
 typedef enum {
        MV_ROI_TRACKER_TYPE_NONE = 0,   /**< None */
        MV_ROI_TRACKER_TYPE_ACCURACY,   /**< Tracker type focused on accuracy */
index beedef3..02a8182 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.23.19
+Version:     0.23.20
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause