如何使用GPUImage 2捕获图像和录制视频?

时间:2017-10-28 11:42:29

标签: ios swift3 camera gpuimage gpuimagestillcamera

如何使用GPUImage使用应用过滤器捕获图像?作为参考,下面是我要求获取图像的代码:

func countdownFinished(_ view: LUCountdownView!) {
    let pictureOutput = PictureOutput()
    pictureOutput.keepImageAroundForSynchronousCapture = true
    pictureOutput.encodedImageFormat = .png
    pictureOutput.synchronousImageCapture()
}

0 个答案:

没有答案