Search code examples
androidcamerabrightness

How to change camera brightness when camra is on open mode in android..?


Now i am working in Business Card reader application, in that i want to change the camera image brightness when camera is on open mode/camera is on. please tell me what camera parameter need to set. Thanks in advance.


Solution

  • If you're targeting API Level 8 and higher, you could look at the camera parameters, specifically at white balance and exposure. You should play a bit with them to find the correct settings for your needs.