1# Camera_FrameShutterInfo 2 3 4## Overview 5 6The Camera_FrameShutterInfo struct describes the frame shutter information. 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| int32_t [captureId](#captureid) | Capture ID. | 21| uint64_t [timestamp](#timestamp) | Timestamp of the frame captured. | 22 23 24## Member Variable Description 25 26 27### captureId 28 29``` 30int32_t Camera_FrameShutterInfo::captureId 31``` 32**Description** 33 34Capture ID. 35 36 37### timestamp 38 39``` 40uint64_t Camera_FrameShutterInfo::timestamp 41``` 42**Description** 43 44Timestamp of the frame captured. 45