gpt4 book ai didi

ios - 拍照后如何暂停?

转载 作者:行者123 更新时间:2023-11-28 14:02:30 27 4
gpt4 key购买 nike

我正在使用 AVCapturePhotoOutput 通过单击按钮进行捕获。我检查了内置摄像头,发现摄像头拍照时会稍微停顿一下。

我如何使用 AVCapturePhotoOutput 做到这一点?

最佳答案

按下按钮后暂停:

self.videoPreviewLayer.connection?.isEnabled = false

并稍微延长暂停时间并取消暂停:

DispatchQueue.main.asyncAfter(deadline: .now() + 0.5, execute: {
self.videoPreviewLayer.connection?.isEnabled = true
})

关于ios - 拍照后如何暂停?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53408259/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com