我创建了一个使用AVFoundation的AVCaptureStillImageOutput的应用。我意识到在我的应用程序和其他样本源中,快门按下后快门需要1秒钟才能发出声音。
点击按钮后是否有办法发出声音?我搜索并发现了类似的问题,但没有找到具体的答案。
How to avoid shutter sound struggling during capturing still image with `AVCaptureStillImageOutput`?
Is there any way to improve time between shots with AVCaptureStillImageOutput?