CameraAbility
Overview
Related Modules:
Description:
Declares functions of the CameraAbility class.
Since:
1.0
Version:
1.0
Summary
Public Member Functions
| Public Member Function Name | Description |
|---|---|
| CameraAbility () | constructed function. |
| ~CameraAbility () | virtual destructor function. |
| GetSupportedSizes (int format) const | std::list< CameraPicSize > Obtains the supported image sizes for a specified image format. |
| GetSupportedAeMode () const | std::list< int32_t > Obtains the supported auto exposure modes. |
| GetSupportedParameters () const | std::list< uint32_t > Obtains the parameters supported by the camera. |
| Obtains the parameter value range based on a specified parameter key. | |
| GetSupportedResults () const | std::list< uint32_t > Obtains the keys of returnable results related to the parameter settings supported by the camera. |
| GetSupportedProperties () const | std::list< uint32_t > Obtains the properties supported by the camera. |
| Obtains the value of a specified property key. |
