Android Camera2 increase brightness
I am using android camera2 in my application to take continuous images, Here when I use camera2 getting image preview brightness very dark compare to original camera. I seen this but there is no similar requirement in that answer. I tried to set brightness in camera2 as suggested here : Note that this control will only be effective if android.control.aeMode != OFF. This control will take effect even when android.control.aeLock == true. captureRequestBuilder = cameraDevice.createCaptureRequest(CameraDevice.TEMPLATE_PREVIEW); captureRequestBuilder.set(CaptureRequest.CONTROL_AE_MODE,