harmony 鸿蒙Camera_OutputCapability

  • 2025-06-12
  • 浏览 (4)

Camera_OutputCapability

Overview

The Camera_OutputCapability 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.
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.

Member Variable Description

metadataProfilesSize

uint32_t Camera_OutputCapability::metadataProfilesSize

Description

Size of the metadata profiles.

photoProfiles

Camera_Profile** Camera_OutputCapability::photoProfiles

Description

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.

photoProfilesSize

uint32_t Camera_OutputCapability::photoProfilesSize

Description

Size of the photo profiles.

previewProfiles

Camera_Profile** Camera_OutputCapability::previewProfiles

Description

Double pointer to the list of preview profiles.

previewProfilesSize

uint32_t Camera_OutputCapability::previewProfilesSize

Description

Size of the preview profiles.

supportedMetadataObjectTypes

Camera_MetadataObjectType** Camera_OutputCapability::supportedMetadataObjectTypes

Description

Double pointer to the list of the metadata object types supported.

videoProfiles

Camera_VideoProfile** Camera_OutputCapability::videoProfiles

Description

Double pointer to the list of video profiles.

videoProfilesSize

uint32_t Camera_OutputCapability::videoProfilesSize

Description

Size of the video profiles.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Camera Kit

harmony 鸿蒙Camera_CaptureEndInfo

harmony 鸿蒙Camera_CaptureStartInfo

harmony 鸿蒙Camera_ConcurrentInfo

harmony 鸿蒙Camera_Device

harmony 鸿蒙Camera_FrameRateRange

harmony 鸿蒙Camera_FrameShutterEndInfo

harmony 鸿蒙Camera_FrameShutterInfo

harmony 鸿蒙Camera_Location

harmony 鸿蒙Camera_MetadataObject

0  赞