How to increase brightness of camera in Android
How do I change the brightness level of the camera? Steve Using the camera parameters as pointed out by @appleskin, would either of these methods help? setWhiteBalance() or setExposureCompensation() You can pass your camera parameters . Try parameters.set("iso", 400); or whatever int value is supported on your device 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 anyone. call following function in your activity : private void setSeekbar() { seekBar.setMax(255); float