Add photo documentation (#269)
This commit is contained in:
parent
2a78d0e1d0
commit
75dff8bff1
|
@ -141,7 +141,7 @@ This property allows you to specify the target output of the captured image data
|
|||
|
||||
#### `iOS` `captureQuality`
|
||||
|
||||
Values: `Camera.constants.CaptureQuality.high` or `"high"` (default), `Camera.constants.CaptureQuality.medium` or `"medium"`, `Camera.constants.CaptureQuality.low` or `"low"`
|
||||
Values: `Camera.constants.CaptureQuality.high` or `"high"` (default), `Camera.constants.CaptureQuality.medium` or `"medium"`, `Camera.constants.CaptureQuality.low` or `"low"`, `Camera.constants.CaptureQuality.photo` or `"photo"`.
|
||||
|
||||
This property allows you to specify the quality output of the captured image or video. By default the quality is set to high.
|
||||
|
||||
|
|
Loading…
Reference in New Issue