Change android camera's iso value after startPreview()

吃可爱长大的小学妹 提交于 2019-12-23 01:51:12

问题


  1. Camera.open();
  2. Get parameters of camera and set iso value 100 (default value was "auto")
  3. set parameters to camera
  4. camera.startPreview();
  5. camera's iso value is 100 at this time. It works fine.
  6. 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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!