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**Header file**: [camera.h](camera_8h.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| int32_t [captureId](#captureid) | Capture ID. | 23| uint64_t [timestamp](#timestamp) | Timestamp of the frame captured. | 24 25 26## Member Variable Description 27 28 29### captureId 30 31``` 32int32_t Camera_FrameShutterInfo::captureId 33``` 34**Description** 35 36Capture ID. 37 38 39### timestamp 40 41``` 42uint64_t Camera_FrameShutterInfo::timestamp 43``` 44**Description** 45 46Timestamp of the frame captured. 47