ubports / camera-app

Moved to GitLab
https://gitlab.com/ubports/apps/camera-app
GNU General Public License v3.0
10 stars 9 forks source link

Pictures with visual time stamp have no meta data (EXIF) #79

Open ruedigerkupper opened 6 years ago

ruedigerkupper commented 6 years ago

The visual time stamp is a very useful feature, but today I noticed that pictures taken with visual time stamp receive no meta data (date/time, exposure, camery type etc.). I'm not sure what camera-app uses to store metadata (EXIF?), but apparently it is not written to the file when visual timestamping is active.

ruedigerkupper commented 6 years ago

This is UBPorts OTA-3 on Nexus 5 (hammerhead).

ruedigerkupper commented 6 years ago

Here are two pictures I just took, one with and one without visual time stamp: image20180513_152220801 image20180513_152212269

dark-eye commented 6 years ago

@ruedigerkupper nice catch! Thanks ill investigate it as soon as I can.

dark-eye commented 6 years ago

Hmm It seems that QImage drops all the EXIF info I`ll have to reinstate the info using lbiexiv (what the photo editor uses)