Camera_Size

Overview

The Camera_Size struct defines the parameters that describe the size.

Since: 11

Related module: OH_Camera

Summary

Member Variables

Name Description
width Width, in pixels.
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.