[ 
https://issues.apache.org/jira/browse/CB-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934011#comment-13934011
 ] 

Ralph S Theart commented on CB-5838:
------------------------------------

btw when you take a picture a file:/// path is returned when using FILE_URI but 
when choose anything from the gallery it gives back uri but not one you can use 
normally in a case where you would want to use the extension.

> Android 4.4 - Path returned from Camera plugin FILE_URI is not readable
> -----------------------------------------------------------------------
>
>                 Key: CB-5838
>                 URL: https://issues.apache.org/jira/browse/CB-5838
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin Camera
>    Affects Versions: 3.3.0
>            Reporter: Lindsey Simon
>            Assignee: Andrew Grieve
>
> I'm calling the plugin like so (pasted below). When I take the file uri and 
> try to load it into another interface, like the ExifInterface I get the 
> following error:
> E/JHEAD ( 6734): can't open 
> 'file:///storage/emulated/0/DCIM/Camera/1390266145786.jpg'
> ---
> var cameraOptions = {
>     quality: 100,
>     destinationType: Camera.DestinationType.FILE_URI,
>     sourceType: Camera.PictureSourceType.CAMERA,
>     allowEdit: true,
>     encodingType: Camera.EncodingType.JPEG,
>     targetWidth: 800,
>     saveToPhotoAlbum: true
>   };
>   navigator.camera.getPicture(
>       _.bind(this.onPhotoSuccess_, this),
>       _.bind(this.onPhotoError_, this),
>       cameraOptions);



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to