Closed confile closed 9 years ago
I tried to build it in xcode 6 but got an error on the last line Value of optional type 'CIImage?' not unwrapped; did you mean to use '!' or '?'? func videoFeed(videoFeed: VideoFeed, didUpdateWithSampleBuffer sampleBuffer: CMSampleBuffer!) { let filter = FaceObscurationFilter(sampleBuffer: sampleBuffer) filter.process() dispatch_async(dispatch_get_main_queue(), { () -> Void in self.imageView.image = UIImage(CIImage: filter.outputImage)
This should be fixed now. Please open another ticket if you have further issues.
I tried to run the example on my iOS7.1 iPhone5 and got the following error on start: