How to increase brightness of camera in Android
问题 How do I change the brightness level of the camera? 回答1: Using the camera parameters as pointed out by @appleskin, would either of these methods help? setWhiteBalance() or setExposureCompensation() 回答2: You can pass your camera parameters. 回答3: Try parameters.set("iso", 400); or whatever int value is supported on your device 回答4: used following way to increase or decrease brightness ( its for activity so you can used anywhere for camera or activity also), its working fine.so it helping to