NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
190 stars 109 forks source link

[@nativescript/camera] No way to get meta data when taking a photo #598

Open JWiseCoder opened 2 months ago

JWiseCoder commented 2 months ago

Photos taken by the camera plugin do not contain meta data and there's no option for including it. Can an option be made in the plugin to include that data in the image?

insytes commented 1 month ago

I have also noticed the absence of metadata when capturing photos.

In an app we collect photos from multiple sources and reconstruct the EXIF data. These sources are; App Camera, Library Photos saved from app camera and Library photos taken from the native device camera.

In the instance of collecting photos selected from the Library taken from the App camera, we cannot reconstruct the EXIF data as it missing.