I'm developing android camera application. Tested on some devices and it work's, but on samsung galaxy i9003 setparameters didn't work. Here how I do it: cameraParams.setColorEffect([some supported effect]); camera.setPrameters(cameraParams); [some supported effect] I get with cameraParams.getSupportedColorEffects().
My code is not as simple as I wrote , but in the end it do this.
It works on many devices including samsung galaxy s i9000 ( though I must do some trick on i9000, there is known bug in params when you get params with params.flatten() there is spaces in parameters).
Please some help, it's first time I'm writing here.