natario1 / CameraView

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.
https://natario1.github.io/CameraView
Other
4.89k stars 922 forks source link

Is it possible to get full Exif data on picture snapshot? #1273

Open dany171 opened 4 months ago

dany171 commented 4 months ago

How do I?

I'm running the demo app and I found several Exif data items are missing when taking picture snapshot .

Here I added the info I got in the same preview screen from picture and picture snapshot scenarios

Picture: image image image

Picture Snapshot: image image

So I wonder if it is possible to get full Exif data on picture snapshot scenario and if so, how could I achieve that

Thank you in advance

Version used

2.7.2