Google Android 1.6 Camera Exposure

While developing an image processing software on G1, we noticed that our pictures are constantly overexposed although the API seemed simple enough and that we don’t have that many parameters to play with. Especially at API level 4.

Turns out, we need to make use of Camera.autoFocus() to adjust metering from the G1. It’s a bit lame that we can’t set them separately…

Related posts:

  1. Google Android T-Mobile G1 1.6 Phone Review
  2. Validate and Format Addresses using Google API
  3. Remove Title Bar on Android Application