Do cordova-plugin-camera:
quality:
Type: number
Default: 50
Description: Quality of the saved image, expressed as a range of 0-100, where 100 is typically full resolution with no loss from file compression
destinationType:
Type: DestinationType
Default: FILE_URI
Description: Choose the format of the return value.
Values:
DATA_URL: Return base64 encoded string
FILE_URI: Return file uri (content://media/external/images/media/)
Do cordova-plugin-camera:
quality:
Type: number
Default: 50
Description: Quality of the saved image, expressed as a range of 0-100, where 100 is typically full resolution with no loss from file compression
destinationType:
Type: DestinationType
Default: FILE_URI
Description: Choose the format of the return value.
Values:
DATA_URL: Return base64 encoded string
FILE_URI: Return file uri (content://media/external/images/media/)