Camera_OutputCapability
typedef struct Camera_OutputCapability {...} Camera_OutputCapability
Overview
The struct describes the camera output capability.
Since: 11
Related module: OH_Camera
Header file: camera.h
Summary
Member Variables
| Name | Description |
|---|---|
| Camera_Profile** previewProfiles | Double pointer to the list of preview profiles. |
| uint32_t previewProfilesSize | Size of the preview profiles. |
| Camera_Profile** photoProfiles | Double pointer to the list of photo profiles. In the configuration file, size is set to the width and height of the camera resolution, not the actual width and height of an output image. |
| uint32_t photoProfilesSize | Size of the photo profiles. |
| Camera_VideoProfile** videoProfiles | Double pointer to the list of video profiles. |
| uint32_t videoProfilesSize | Size of the video profiles. |
| Camera_MetadataObjectType** supportedMetadataObjectTypes | Double pointer to the list of the metadata object types supported. |
| uint32_t metadataProfilesSize | Size of the metadata profiles. |