Quote:
Originally Posted by Soonu
Hi,
is it possible to add a realtime black&white effect durring i record a video with then uiimagepickercontroller?
There is also exsample code?
thanks
|
With image picker controller? No.
It might be possible using Core Image and Core Video together.
Do a search in the Xcode docs on "Applying a Filter to Video" for an idea of how to do it. I have to warn you, though, that Core Video is advanced-level stuff. Lots of Core Foundation objects, operating on buffers that reside on the video hardware, etc.