You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/24 06:27:36 UTC

[GitHub] [cordova-plugin-camera] SumeetHindinkeri opened a new issue #615: Get gps data from image(Like were the image was clicked)

SumeetHindinkeri opened a new issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615


   I want to know if it really supports to get gps(lat,long) from image when the image is clicked. I have following code is it possible to get gps data from image with following code use:
   
       const cameraOptions: CameraOptions = {
         sourceType: this.camera.PictureSourceType.CAMERA,
         destinationType: this.camera.DestinationType.FILE_URI,
         quality: 50,
         encodingType: this.camera.EncodingType.JPEG,
         correctOrientation: true,
         saveToPhotoAlbum: true,
         mediaType: this.camera.MediaType.PICTURE,
         targetWidth: 1000,
         targetHeight: 1000
       }
   
       this.camera.getPicture(cameraOptions).then(fileUrl => {});
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] SumeetHindinkeri commented on issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
SumeetHindinkeri commented on issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615#issuecomment-649228228


   If anyone comes searching for it. This is stock and forked plugin which will work:
   https://github.com/vlinde/cordova-plugin-camera-with-exif
   Though it is not rebased with current plugin.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] timbru31 commented on issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615#issuecomment-648712300


   Thanks a lot for your issue, however this channel is for bug and feature requests, not for support. 😊  
   You can try asking on [StackOverflow](https://stackoverflow.com/questions/tagged/cordova) or in our [Slack community](http://slack.cordova.io).


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] indraraj26 commented on issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
indraraj26 commented on issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615#issuecomment-648636951


   use cordova plugin geolocation along with this plugin


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] SumeetHindinkeri commented on issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
SumeetHindinkeri commented on issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615#issuecomment-648672914


   @indraraj26  I using geolocation plugin but if I get the image from photo library then in that case its not possible. There is a plugin cordova-camera-plugin-with-exif which gets gps data for ios but not for android. Basically along with the fileUrl it should return metadata of image.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] SumeetHindinkeri edited a comment on issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
SumeetHindinkeri edited a comment on issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615#issuecomment-648672914


   @indraraj26 If I get the image from photo library then in that case it's not possible. There is a plugin cordova-camera-plugin-with-exif which gets gps data for ios but not for android. Basically along with the fileUrl it should return metadata of image.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] timbru31 closed issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-camera] SumeetHindinkeri commented on issue #615: Get gps data from image(Like were the image was clicked)

Posted by GitBox <gi...@apache.org>.
SumeetHindinkeri commented on issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615#issuecomment-648724152


   @timbru31  I tried on cordova channel though no one responds so I opened an issue here!


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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