Optional
qualityOptional
widthThe desired width, in pixels, of the captured image.
Optional
heightThe desired height, in pixels, of the captured image.
Optional
keepWheter you'd like to keep the aspect ratio of the image when resizing. Pass only width or height when using this attribute, as passing a resolution that doesn't match the aspect ratio of the image the camera captured will result in an exception.
Generated using TypeDoc
The desired quality of the captured image.
This value must be between
0
(lowest quality) and1
(highest quality). If omitted, the default quality of1.0
will be applied.