mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
7.3k stars 1.07k forks source link

✨ Enable photo HDR capability #1473

Open Balaji-Rahunathan opened 1 year ago

Balaji-Rahunathan commented 1 year ago

What feature or enhancement are you suggesting?

Currently all formats shows only video HDR. It will be great if v3 has photo HDR capabilty

What Platforms whould this feature/enhancement affect?

iOS

Alternatives/Workarounds

I need this feature. Currently there are no alternatives or workarounds for this.

Additional information

mrousavy commented 1 year ago

On iOS, photo HDR is absolutely non-trivial - looks like you need to capture multiple and fuse the images together yourself, basically re-invent the HDR algorithm. No idea why they don't provide that. See Is HDR capture a thing in iOS?

mrousavy commented 1 year ago

relevant: Apple Docs: Capturing a Bracketed Photo Sequence