How can I get autofocus to work in a second AVCaptureSession without recreating the sessions?

后端 未结 1 1341
悲哀的现实
悲哀的现实 2021-01-01 03:18

Autofocus is not working on the first AVCaptureSession when I create a second AVCaptureSession. The second session to be created is the one where autofocus works and the fir

相关标签:
1条回答
  • 2021-01-01 04:05

    Apple technical support have confirmed that creating two simultaneous capture sessions is not supported. You must teardown one and then create another.

    0 讨论(0)
提交回复
热议问题