从Swift中的AVCaptureSession捕获静止图像

时间:2014-10-23 13:56:44

标签: ios swift avcapturesession

我有一个AVCaptureSession在UIView中显示实时视频,我想将视频流的帧保存为UIImage。我一直在解析我一直在互联网上看到的代码,但我在第一行遇到了问题:

if let stillOutput = self.stillImageOutput {
    // Establish an AVCaptureConnection and capture a still image from it.
}

这给了我错误'相机'没有名为' stillImageOutput'的成员。代码取决于是否能够从输出中获取视频连接。

我可以发布完整的代码块,如果它有帮助的话。谢谢!

0 个答案:

没有答案