harmony 鸿蒙Camera_MetadataObject

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

Camera_MetadataObject

Overview

The Camera_MetadataObject struct describes the camera metadata.

Since: 11

Related module: OH_Camera

Header file: camera.h

Summary

Member Variables

Name Description
Camera_MetadataObjectType type Type of the metadata object.
int64_t timestamp Timestamp of the metadata object, in milliseconds.
Camera_Rect * boundingBox Pointer to the axis aligned bounding box of the metadata object.

Member Variable Description

boundingBox

Camera_Rect* Camera_MetadataObject::boundingBox

Description

Pointer to the axis aligned bounding box of the metadata object.

timestamp

int64_t Camera_MetadataObject::timestamp

Description

Timestamp of the metadata object, in milliseconds.

type

Camera_MetadataObjectType Camera_MetadataObject::type

Description

Type of the metadata object.

你可能感兴趣的鸿蒙文章

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_OutputCapability

0  赞