Camera_MetadataObject
Overview
The Camera_MetadataObject struct describes the camera metadata.
Since: 11
Related module: OH_Camera
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.