Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add geolocation EXIF data to images captured with the camera #7524

Closed
2 of 3 tasks
nelsonvassalo opened this issue Jun 20, 2024 · 6 comments
Closed
2 of 3 tasks
Labels
needs reproduction needs reproducible example to illustrate the issue

Comments

@nelsonvassalo
Copy link

nelsonvassalo commented Jun 20, 2024

Description

Add the additional EXIF data to images captured with the camera, in the same way images from the gallery already do.

Platforms

  • iOS
  • Android
  • Web

Request or proposed solution

GPSLatitude, GPSLatitudeRef, GPSLongitude and GPSLongitudeRef should be in the EXIF data. Right now exif does not include those on iOS platform

Alternatives

No response

Additional Information

It seems it is implemented on Android but not on iOS only.

Example repo

@jcesarmobile jcesarmobile added the needs reproduction needs reproducible example to illustrate the issue label Jun 21, 2024
Copy link

ionitron-bot bot commented Jun 21, 2024

This issue needs more information before it can be addressed. In particular, the reporter needs to provide a minimal sample app that demonstrates the issue. If no sample app is provided within 15 days, the issue will be closed.
Please see the Contributing Guide for how to create a Sample App.
Thanks! Ionitron 💙

@ionitron-bot ionitron-bot bot removed the triage label Jun 21, 2024
@Ionitron Ionitron added needs reply needs reply from the user and removed needs reply needs reply from the user labels Jun 21, 2024
@jcesarmobile jcesarmobile added the needs reply needs reply from the user label Jun 21, 2024
@Ionitron
Copy link
Collaborator

Ionitron commented Jul 7, 2024

It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot.

Have a great day!
Ionitron 💙

@Ionitron Ionitron closed this as completed Jul 7, 2024
@Ionitron Ionitron removed the needs reply needs reply from the user label Jul 7, 2024
@nelsonvassalo
Copy link
Author

Example app added

@ryaa
Copy link
Contributor

ryaa commented Jul 17, 2024

@nelsonvassalo

GPSLatitude, GPSLatitudeRef, GPSLongitude and GPSLongitudeRef should be in the EXIF data. Right now exif does not include those on iOS platform

It seems that this is not available (see https://stackoverflow.com/a/68075175/5151355). I also faced a similar issue but with the capacitor camera-preview plugin and had to add the missing GPS EXIF details myself - see capacitor-community/camera-preview#164 (comment)

@nelsonvassalo
Copy link
Author

@ryaa Yeah I'm also doing that but it's not a good practice to repeat work that we know is done by the camera once already. This information should just be available.

Copy link

ionitron-bot bot commented Aug 16, 2024

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Aug 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs reproduction needs reproducible example to illustrate the issue
Projects
None yet
Development

No branches or pull requests

4 participants