I am working on a custom camera implementation and have to implement HDR images.
Now i was under the impression the isVideoHDREnabled
key helps us to implement this along with the automaticallyAdjustsVideoHDREnabled
key.
But this answer seems to state otherwise.
So basically my question is regarding how HDR can be implemented:
Is it possible using the above mentioned keys as opposed to the linked answer?
Capturing a Bracketed Photo Sequence is mentioned in the linked url which seems to be quite close to the HDR effect. Is this the closest way of implementation?