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
Post a Comment