You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/02/11 17:17:00 UTC

[jira] [Closed] (CB-10756) Camera feature doesn't work if quality greater than 50

     [ https://issues.apache.org/jira/browse/CB-10756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-10756.
-----------------------------
    Resolution: Cannot Reproduce

Closing as can't reproduce

> Camera feature doesn't work if quality greater than 50
> ------------------------------------------------------
>
>                 Key: CB-10756
>                 URL: https://issues.apache.org/jira/browse/CB-10756
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-camera
>         Environment: Android,IOS
>            Reporter: Viththal Joshi
>            Priority: Major
>              Labels: iOS
>
> Http Post request fails if Camera image passed as a Data URI which is captured by cordova image capture plugin.
> {code}
> $http({url:ServerURL+'/pgas-bbmp-portlet/requestprocess.do' , 
> method: "POST",
> params: {
> 	userId:$rootScope.user!=undefined?$rootScope.user.userid:0,
> 	imageData:$rootScope.limgData
> }
> })
> .then(function(response) {
> 	console.log(response.data);
> 	console.log(response.status);
> }
> ,function(response) {
> 	console.log(response.data);
> 	console.log(response.status);
> });
> where $rootScope.limgData is imageData got from Success fn of navigator.camera.getPicture()
> Camera Options:
> var options = {
>               quality:100,
>               destinationType: Camera.DestinationType.DATA_URL,
>               sourceType: Camera.PictureSourceType.CAMERA,
>               allowEdit: false,
>               encodingType: Camera.EncodingType.JPEG,
>               targetWidth: 200,
>               targetHeight: 200,
>               popoverOptions: CameraPopoverOptions,
>               saveToPhotoAlbum: false,
>               correctOrientation:true
>             };
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org