标签: android camera
我正在开发自定义相机,
在自动曝光模式下,我需要知道确切的曝光补偿指数。
所以我将AutoExposureLock设置为false并开始阅读曝光补偿:
int currentExpIndex = params.getExposureCompensation();
当我将相机对准黑暗和明亮的区域时,相机会调整曝光,使其更亮或更暗。
但currentExpIndex始终为0.
你能帮帮我 - 为什么?