开发者

How to avoid shutter sound struggling during capturing still image with `AVCaptureStillImageOutput`?

I'm capturing image with AVCaptureStillImage开发者_Python百科Output. All done fine. But I tried to navigate into new view controller, the shuttering sound struggles. Any workaround to avoid this?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜