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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -