1# Camera_CaptureStartInfo 2 3 4## Overview 5 6The Camera_CaptureStartInfo struct describes the capture start information. 7 8**Since**: 12 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| int64_t [time](#time) | Estimated duration when the sensor captures frames at the bottom layer in a single capture. If **–1** is reported, there is no estimated duration. | 22 23 24## Member Variable Description 25 26 27### captureId 28 29``` 30int32_t Camera_CaptureStartInfo::captureId 31``` 32 33**Description** 34 35Capture ID. 36 37 38### time 39 40``` 41int64_t Camera_CaptureStartInfo::time 42``` 43 44**Description** 45 46Estimated duration when the sensor captures frames at the bottom layer in a single capture. If **–1** is reported, there is no estimated duration. 47