I use the AVFoundation
framework to create a custom camera app.
Is it possible to capture a photo with HDR for a custom camera app, i.e., is HDR somewhere exposed in the camera api?
I use the AVFoundation
framework to create a custom camera app.
Is it possible to capture a photo with HDR for a custom camera app, i.e., is HDR somewhere exposed in the camera api?
Had the same question and found an answer in this SA question.
HDR is unique to the Camera.app from Apple and is not available to developers through an API.
© 2022 - 2024 — McMap. All rights reserved.
isVideoHDRSupported
do exactly? – Offense