• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Camera_FrameShutterInfo
2
3
4## 概述
5
6帧快门回调信息。
7
8**起始版本:** 11
9
10**相关模块:**[OH_Camera](_o_h___camera.md)
11
12**所在头文件:**[camera.h](camera_8h.md)
13
14
15## 汇总
16
17
18### 成员变量
19
20| 名称 | 描述 |
21| -------- | -------- |
22| int32_t [captureId](#captureid) | 捕获id。  |
23| uint64_t [timestamp](#timestamp) | 帧的时间戳。  |
24
25
26## 结构体成员变量说明
27
28
29### captureId
30
31```
32int32_t Camera_FrameShutterInfo::captureId
33```
34**描述**
35捕获id。
36
37
38### timestamp
39
40```
41uint64_t Camera_FrameShutterInfo::timestamp
42```
43**描述**
44帧的时间戳。
45