harmony 鸿蒙Camera_PhotoCaptureSetting
Camera_PhotoCaptureSetting
Overview
The Camera_PhotoCaptureSetting struct describes the parameters related to photo capture.
Since: 11
Related module: OH_Camera
Header file: camera.h
Summary
Member Variables
Name | Description |
---|---|
Camera_QualityLevel quality | Quality of the photo. |
Camera_ImageRotation rotation | Rotation angle. |
Camera_Location * location | Pointer to the location where the photo is taken. |
bool mirror | Whether mirroring is enabled. The value true means that mirroring is enabled, and false means the opposite. The default value is false. |
Member Variable Description
location
Camera_Location* Camera_PhotoCaptureSetting::location
Description
Pointer to the location where the photo is taken.
mirror
bool Camera_PhotoCaptureSetting::mirror
Description
Whether mirroring is enabled. The default value is false.
quality
Camera_QualityLevel Camera_PhotoCaptureSetting::quality
Description
Quality of the photo.
rotation
Camera_ImageRotation Camera_PhotoCaptureSetting::rotation
Description
Rotation angle.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Camera_CaptureEndInfo
harmony 鸿蒙Camera_CaptureStartInfo
harmony 鸿蒙Camera_ConcurrentInfo
harmony 鸿蒙Camera_FrameRateRange
harmony 鸿蒙Camera_FrameShutterEndInfo
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦