# Camera_Size ## Overview The Camera_Size struct describes the parameters related to the size. **Since**: 11 **Related module**: [OH_Camera](_o_h___camera.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | uint32_t [width](#width) | Width, in pixels. | | uint32_t [height](#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.