• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Camera_PhotoCaptureSetting
2<!--Kit: Camera Kit-->
3<!--Subsystem: Multimedia-->
4<!--Owner: @qano-->
5<!--SE: @leo_ysl-->
6<!--TSE: @xchaosioda-->
7
8## Overview
9
10The struct describes the parameters related to photo capture.
11
12**Since**: 11
13
14**Related module**: [OH_Camera](capi-oh-camera.md)
15
16**Header file**: [camera.h](capi-camera-h.md)
17
18## Summary
19
20### Member Variables
21
22| Name| Description|
23| -- | -- |
24| [Camera_QualityLevel](capi-camera-h.md#camera_qualitylevel) quality | Quality of the photo.|
25| [Camera_ImageRotation](capi-camera-h.md#camera_imagerotation) rotation | Rotation angle.|
26| [Camera_Location](capi-oh-camera-camera-location.md)* location | Pointer to the location where the photo is taken.|
27| bool mirror | Whether mirroring is enabled.<br>**true** if enabled, **false** otherwise. The default value is **false**.|
28