0

I'm capturing image with AVCaptureStillImageOutput. All done fine. But I tried to navigate into new view controller, the shuttering sound struggles. Any workaround to avoid this?

user7116
  • 63,008
  • 17
  • 141
  • 172
eonil
  • 83,476
  • 81
  • 317
  • 516

1 Answers1

1

Try to set output to AVCaptureVideoDataOutput (not AVCaptureStillImageOutput) and capture single frame from the video output.

SoftDesigner
  • 5,640
  • 3
  • 58
  • 47