1# Camera_MetadataObject 2 3 4## Overview 5 6The Camera_MetadataObject struct describes the camera metadata. 7 8**Since**: 11 9 10**Related module**: [OH_Camera](_o_h___camera.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| [Camera_MetadataObjectType](_o_h___camera.md#camera_metadataobjecttype) [type](#type) | Type of the metadata object. | 21| int64_t [timestamp](#timestamp) | Timestamp of the metadata object, in milliseconds. | 22| [Camera_Rect](_camera___rect.md) \* [boundingBox](#boundingbox) | Pointer to the axis aligned bounding box of the metadata object. | 23 24 25## Member Variable Description 26 27 28### boundingBox 29 30``` 31Camera_Rect* Camera_MetadataObject::boundingBox 32``` 33**Description** 34 35Pointer to the axis aligned bounding box of the metadata object. 36 37 38### timestamp 39 40``` 41int64_t Camera_MetadataObject::timestamp 42``` 43**Description** 44 45Timestamp of the metadata object, in milliseconds. 46 47 48### type 49 50``` 51Camera_MetadataObjectType Camera_MetadataObject::type 52``` 53**Description** 54 55Type of the metadata object. 56