Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to apply black and white effect to a color video in iOS

In my application I have a color video which I want to make as black and white video. Is there any framework that supports this in iOS? If so, how to implement that effect on color video?

Can anyone help in this regard?

like image 656
Lakshmi Avatar asked Apr 21 '11 05:04

Lakshmi


1 Answers

A bit late here, but you should check out OpenCV.

It can be compiled as a static lib for the iPhone and can convert video (frame by frame) to grayscale or two color.

You can start here. There are other resources for doing this floating around.

like image 142
latte_jed Avatar answered Oct 16 '22 02:10

latte_jed