Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use HDR with custom AVFoundation based Camera app?

I use the AVFoundationframework 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?

like image 659
confile Avatar asked Sep 28 '22 12:09

confile


1 Answers

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.

like image 99
Jasper Avatar answered Oct 13 '22 00:10

Jasper