Reinforce media_info_start_face_detection API 01/201901/1 accepted/tizen/unified/20190326.073437 submit/tizen/20190325.074339
authorMinje Ahn <minje.ahn@samsung.com>
Wed, 20 Mar 2019 23:44:00 +0000 (08:44 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Wed, 20 Mar 2019 23:44:00 +0000 (08:44 +0900)
Add supported formats information

Change-Id: Ia0bfb13201fca93e0d21b9f2b6386884c81436b3
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_info.h
include_product/media_info.h

index 5622801..af622b5 100755 (executable)
@@ -1097,7 +1097,8 @@ int media_info_generate_thumbnail(media_info_h media);
  * @brief Starts face detection for the given image, asynchronously.
  * @details This function detects faces for given image item and calls the given callback function when the detection is completed. \n
  *          The given callback function is called when the detection is completed. \n
- *          To obtain the detected faces, call the media_info_foreach_face_from_db() function.
+ *          To obtain the detected faces, call the media_info_foreach_face_from_db() function. \n
+ *          Supported image formats are jpg, png, and bmp.
  *
  * @since_tizen 3.0
  *
index 5622801..af622b5 100755 (executable)
@@ -1097,7 +1097,8 @@ int media_info_generate_thumbnail(media_info_h media);
  * @brief Starts face detection for the given image, asynchronously.
  * @details This function detects faces for given image item and calls the given callback function when the detection is completed. \n
  *          The given callback function is called when the detection is completed. \n
- *          To obtain the detected faces, call the media_info_foreach_face_from_db() function.
+ *          To obtain the detected faces, call the media_info_foreach_face_from_db() function. \n
+ *          Supported image formats are jpg, png, and bmp.
  *
  * @since_tizen 3.0
  *