问题
- Camera.open();
- Get parameters of camera and set iso value 100 (default value was "auto")
- set parameters to camera
- camera.startPreview();
- camera's iso value is 100 at this time. It works fine.
- change the iso value to 400, and iso value is shown well as I expected. ("iso = 400")
7. but preview image has not changed at all.. <---- image must be brighten! but nothing has been changed..
Is there a way to change iso value after start preview?
autoWhitebalanceLock = true, autoExposureLock = true, exposureCompenstation value was fixed to 0..
来源:https://stackoverflow.com/questions/28381143/change-android-cameras-iso-value-after-startpreview