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. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-oh-camera-capturesession-callbacks
openharmony 鸿蒙 arkts-apis-camera-OIS
openharmony 鸿蒙 capi-oh-camera-camera-devicequeryinfo
openharmony 鸿蒙 capi-oh-camera-camera-frameraterange
openharmony 鸿蒙 arkts-apis-camera-Photo
openharmony 鸿蒙 capi-oh-camera-camera-profile
openharmony 鸿蒙 capi-oh-camera-camera-manager
openharmony 鸿蒙 capi-oh-camera-previewoutput-callbacks
openharmony 鸿蒙 arkts-apis-camera-ManualExposureQuery
openharmony 鸿蒙 capi-oh-camera-camera-controlcenterstatusinfo