1# Camera_PhotoCaptureSetting 2 3 4## Overview 5 6The Camera_PhotoCaptureSetting struct describes the parameters related to photo capture. 7 8**Since**: 11 9 10**Related module**: [OH_Camera](_o_h___camera.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| [Camera_QualityLevel](_o_h___camera.md#camera_qualitylevel) [quality](#quality) | Quality of the photo. | 21| [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [rotation](#rotation) | Rotation angle. | 22| [Camera_Location](_camera___location.md) \* [location](#location) | Pointer to the location where the photo is taken. | 23| bool [mirror](#mirror) | Whether mirroring is enabled. The default value is **false**. | 24 25 26## Member Variable Description 27 28 29### location 30 31``` 32Camera_Location* Camera_PhotoCaptureSetting::location 33``` 34**Description** 35 36Pointer to the location where the photo is taken. 37 38 39### mirror 40 41``` 42bool Camera_PhotoCaptureSetting::mirror 43``` 44**Description** 45 46Whether mirroring is enabled. The default value is **false**. 47 48 49### quality 50 51``` 52Camera_QualityLevel Camera_PhotoCaptureSetting::quality 53``` 54**Description** 55 56Quality of the photo. 57 58 59### rotation 60 61``` 62Camera_ImageRotation Camera_PhotoCaptureSetting::rotation 63``` 64**Description** 65 66Rotation angle. 67