colors - Android Camera Parameter - Mono Effect -


hi trying capture images in black , white, while searching google notice android camera has parameter mono effect.

i used this:

parameters param = camera.getparameters(); param.setcoloreffect(camera.parameters.effect_whiteboard); cameraobject.setparameters(param); 

but there problem, not black , white, there grey tones also, want 2 colors ! black , white ! there way it? how?

thanks alot in advance !

i have found it

take monochrome picture (black , white) android

if has better/faster solution please tell me :)

thanks alot


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -