• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Camera_StatusInfo
2
3
4## Overview
5
6The **Camera_StatusInfo** struct defines the camera status information.
7
8**Since**: 11
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| [camera](#camera) | Camera instance.|
21| [status](#status) | Camera status.|
22
23
24## Member Variable Description
25
26
27### camera
28
29```
30Camera_Device* Camera_StatusInfo::camera
31```
32
33**Description**
34
35Camera instance.
36
37
38### status
39
40```
41Camera_Status Camera_StatusInfo::status
42```
43
44**Description**
45
46Camera status.
47