canaver commented on issue #954:
URL:
https://github.com/apache/cordova-plugin-camera/issues/954#issuecomment-4112573613
Hi @breautek , yes, I knew this; here is the full list of parameters used
below. I played with the first 3 but as I said, even with reduced quality and
size, it didn't prevent to crash my app.
option = {
quality: 30,
targetWidth: 600,
targetHeight: 600,
destinationType: camera.DestinationType.FILE_URI,
encodingType: camera.EncodingType.JPEG,
saveToPhotoAlbum: false,
correctOrientation: false,
storeToFile: true
};
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]