# Camera_CaptureEndInfo ## Overview The **Camera_CaptureEndInfo** struct defines the capture end information. **Since**: 11 **Related module**: [OH_Camera](_o_h___camera.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [captureId](#captureid) | Capture ID.| | [frameCount](#framecount) | Number of frames captured.| ## Member Variable Description ### captureId ``` int32_t Camera_CaptureEndInfo::captureId ``` **Description** Capture ID. ### frameCount ``` int64_t Camera_CaptureEndInfo::frameCount ``` **Description** Number of frames captured.