• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Camera_Size
2
3
4## Overview
5
6The Camera_Size struct describes the parameters related to the size.
7
8**Since**: 11
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| uint32_t [width](#width) | Width, in pixels. |
23| uint32_t [height](#height) | Height, in pixels. |
24
25
26## Member Variable Description
27
28
29### height
30
31```
32uint32_t Camera_Size::height
33```
34**Description**
35
36Height, in pixels.
37
38
39### width
40
41```
42uint32_t Camera_Size::width
43```
44**Description**
45
46Width, in pixels.
47