[android-developers] Re: Issues getting Galaxy Nexus (4.2.1) Camera Megapixels with this function

2013-02-04 Thread saex
the camera is set to maximum res, and also, both cameras gives me 0.1 megapixels, front and back, so i'm sure the solution is not this El lunes, 4 de febrero de 2013 18:53:32 UTC+1, Nobu Games escribió: > > If I'm not totally mistaken Camera.getParameters stores the currently set > camera parame

[android-developers] Re: Issues getting Galaxy Nexus (4.2.1) Camera Megapixels with this function

2013-02-04 Thread Nobu Games
If I'm not totally mistaken Camera.getParameters stores the currently set camera parameters. What if the camera resolution has been set to the lowest available? I think you need to scan through the result of getSupportedPictureSizes()