Interface CameraTakePictureInput

Hierarchy

  • CameraTakePictureInput

Properties

quality?: number

The desired quality of the captured image.

This value must be between 0 (lowest quality) and 1 (highest quality). If omitted, the default quality of 1.0 will be applied.

width?: number

The desired width, in pixels, of the captured image.

height?: number

The desired height, in pixels, of the captured image.

keepAspectRatio?: boolean

Wheter 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