USER_SRCS = ./src/daemon/*.c ./src/common/*.c
# User Defines
-USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.4"
+USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.5"
# User Includes
USER_INC_DIRS = ./src/daemon ./src/common ./inc ./inc/esplusplayer_capi
/**
* @brief Sets the video display RoI(Region of Interest).
* @param[in] espp ESPP service client handle
- * @param[in] x The x coordinate of window
- * @param[in] y The y coordinate of window
- * @param[in] w The width of window
- * @param[in] h The height of window
+ * @param[in] x The starting x coordinate of RoI on the video source
+ * @param[in] y The starting y coordinate of RoI on the video source
+ * @param[in] w The width of RoI on the video source
+ * @param[in] h The height of RoI on the video source
* @return @c 0 on success,
* otherwise a negative error value
* @retval #ESPP_CLIENT_ERROR_NONE Successful