1# Camera_CaptureEndInfo 2 3 4## Overview 5 6The Camera_CaptureEndInfo struct describes the capture end 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| int64_t [frameCount](#framecount) | Number of frames captured. | 24 25 26## Member Variable Description 27 28 29### captureId 30 31``` 32int32_t Camera_CaptureEndInfo::captureId 33``` 34**Description** 35 36Capture ID. 37 38 39### frameCount 40 41``` 42int64_t Camera_CaptureEndInfo::frameCount 43``` 44**Description** 45 46Number of frames captured. 47