CAMERA_ATTR_EXPOSURE_MODE_CENTER, /**< Center mode */
CAMERA_ATTR_EXPOSURE_MODE_SPOT, /**< Spot mode */
CAMERA_ATTR_EXPOSURE_MODE_CUSTOM, /**< Custom mode */
- CAMERA_ATTR_EXPOSURE_MODE_SHUTTER_PRIORITY, /**< Shutter priority mode (Since 7.5) */
- CAMERA_ATTR_EXPOSURE_MODE_APERTURE_PRIORITY /**< Aperture priority mode (Since 7.5) */
+ CAMERA_ATTR_EXPOSURE_MODE_SHUTTER_PRIORITY, /**< Shutter priority mode (Since 8.0) */
+ CAMERA_ATTR_EXPOSURE_MODE_APERTURE_PRIORITY /**< Aperture priority mode (Since 8.0) */
} camera_attr_exposure_mode_e;
/**
/**
* @brief Sets the gain level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[in] level The gain level
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the gain level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[out] level The gain level
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the available gain level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks If the min value is greater than the max value, it means that this feature is not supported.
* @param[in] camera The handle to the camera
* @param[out] min The minimum gain level
/**
* @brief Gets the gain level step.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[out] step The gain level step
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Sets the white balance temperature.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[in] temperature The white balance temperature
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the white balance temperature.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[out] temperature The white balance temperature
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the available white balance temperature.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks If the min value is greater than the max value, it means that this feature is not supported.
* @param[in] camera The handle to the camera
* @param[out] min The minimum white balance temperature
/**
* @brief Gets the step of white balance temperature.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[out] step The step of white balance temperature
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Sets the saturation level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[in] level The saturation level
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the saturation level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[out] level The saturation level
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the available saturation level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks If the min value is greater than the max value, it means that this feature is not supported.
* @param[in] camera The handle to the camera
* @param[out] min The minimum saturation level
/**
* @brief Sets the sharpness level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[in] level The sharpness level
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the sharpness level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @param[in] camera The handle to the camera
* @param[out] level The sharpness level
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Gets the available sharpness level.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks If the min value is greater than the max value, it means that this feature is not supported.
* @param[in] camera The handle to the camera
* @param[out] min The minimum sharpness level