Camera_MetadataObject
typedef struct Camera_MetadataObject {...} Camera_MetadataObject
Overview
The 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 nanoseconds (ns). |
| Camera_Rect* boundingBox | Pointer to the axis aligned bounding box of the metadata object. |