From 35c8ad1682ec53fc10aaf193d6da9301b18f8f30 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Thu, 21 Mar 2019 08:44:00 +0900 Subject: [PATCH] Reinforce media_info_start_face_detection API Add supported formats information Change-Id: Ia0bfb13201fca93e0d21b9f2b6386884c81436b3 Signed-off-by: Minje Ahn --- include/media_info.h | 3 ++- include_product/media_info.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/media_info.h b/include/media_info.h index 5622801..af622b5 100755 --- a/include/media_info.h +++ b/include/media_info.h @@ -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 * diff --git a/include_product/media_info.h b/include_product/media_info.h index 5622801..af622b5 100755 --- a/include_product/media_info.h +++ b/include_product/media_info.h @@ -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 * -- 2.7.4