Closed rodrigobertolottizinsp closed 4 months ago
Guten Tag, Hans here.
[!NOTE] New features, bugfixes, updates and other improvements are all handled mostly by
@mrousavy
in his free time. To support@mrousavy
, please consider 💖 sponsoring him on GitHub 💖. Sponsored issues will be prioritized.
After capturing, iOS applies post-processing (which can be seen, as the photo takes a little time to load/improve in the gallery right after being taken).
If you want to reproduce the same thing with react-native-vision-camera, you would need to apply algorithms yourself to enhance the quality of the image after taking the shot.
And also; yes exactly what Jonathan said; I also think that they are doing some post-processing. That's not something a Camera library should do imo.
Question
Fist of all, thanks for the latest updates, they were great.
When comparing pictures taken with the example app of the repository against native images, I can see a difference on quality. This difference is not so noticeable without zooming, but once you zoom into some object, there is quite noticeable difference between the two pictures.
Im attaching a screenshots with the comparison when zooming on the lock and also the picture metadata for both cases. Left if Vision Camera Example, right is iPhone Native.
There is any way to get the same result on vision camera and in native? Or maybe iOS is doing some post processing after capturing?
Im using back triple camera with iPhone 15 Pro Although Camera Devices Back Triple Camera says picture is being taken in 4032x3024, as you can see in the screenshot, but actual image size is 2160x3840.
Thanks!
What I tried
No response
VisionCamera Version
4.1.0
Additional information