Camera_Size
Overview
The Camera_Size struct describes the parameters related to the size.
Since: 11
Related module: OH_Camera
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t width | Width, in pixels. |
| uint32_t height | Height, in pixels. |
Member Variable Description
height
uint32_t Camera_Size::height
Description
Height, in pixels.
width
uint32_t Camera_Size::width
Description
Width, in pixels.