Skip to content Skip to sidebar Skip to footer

Android Camera Samsung Galaxy I9003 Setparameters Faild

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.setColorEff

Solution 1:

Different devices will have different camera capabilities so you should check that the parameter that you wish to set is indeed supported by the device e.g. call getSupportedColorEffects() - this gives you a list of supported effects or null so you can check this before you try to set them.


Post a Comment for "Android Camera Samsung Galaxy I9003 Setparameters Faild"