• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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**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 [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. |
24
25
26## Member Variable Description
27
28
29### captureId
30
31```
32int32_t Camera_CaptureStartInfo::captureId
33```
34
35**Description**
36
37Capture ID.
38
39
40### time
41
42```
43int64_t Camera_CaptureStartInfo::time
44```
45
46**Description**
47
48Estimated duration when the sensor captures frames at the bottom layer in a single capture. If **–1** is reported, there is no estimated duration.
49