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?
How to avoid shutter sound struggling during capturing still image with `AVCaptureStillImageOutput`?
Asked
Active
Viewed 1,003 times
0
1 Answers
1
Try to set output to AVCaptureVideoDataOutput (not AVCaptureStillImageOutput) and capture single frame from the video output.

SoftDesigner
- 5,640
- 3
- 58
- 47
-
any quality considerations to know when using AVCaptureVideoDataOutput? – Ryan Romanchuk Jan 23 '14 at 18:47