AVCaptureSession is not giving a good photo quality and good resolution

前端 未结 3 543
粉色の甜心
粉色の甜心 2021-02-02 14:44

I\'m working with AVCaptureSession for capturing the image. Its working fine but not giving a good resolution. I compared it with the image captured by iPhone Came

3条回答
  •  悲哀的现实
    2021-02-02 14:59

    Just add this line of code in your file

    self.captureSession.sessionPreset = .photo
    

    You will get a awesome resolution like the integrated camera app from apple.

提交回复
热议问题