I'm using AVCaptureSession to capture video from my iPhone 3G and I need to capture the image and change it before displaying on my AVCaptureVideoPreviewLayer. In my current implementation, I am simply implementing the captureOutput: method and displaying the UIImage in a UIImageView, but that does not work for some reason.

Any ideas? Subclass AVCaptureSession somehow?

Thanks!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Unfortunately, currently there's no way you might do this. I posted related question on Apple's Dev Forums: https://devforums.apple.com/message/337361#337361. So you can watch the answer yourself, if you have access

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.