Camera_Rect

Overview

The Camera_Rect struct defines the rectangle.

Since: 11

Related module: OH_Camera

Summary

Member Variables

Name Description
topLeftX X coordinate at the upper left corner.
topLeftY Y coordinate at the upper left corner.
width Width of the rectangle, in pixels.
height Height of the rectangle, in pixels.

Member Variable Description

height

int32_t Camera_Rect::height

Description

Height of the rectangle, in pixels.

topLeftX

int32_t Camera_Rect::topLeftX

Description

X coordinate at the upper left corner.

topLeftY

int32_t Camera_Rect::topLeftY

Description

Y coordinate at the upper left corner.

width

int32_t Camera_Rect::width

Description

Width of the rectangle, in pixels.