本讲是android camera专题系列的第47讲,我们介绍android camera2 api专题的awb自动白平衡实战。
更多资源:
资源 | 描述 |
---|---|
在线课程 | |
知识星球 | 星球名称:深入浅出android camera 星球id: 17296815 |
极客笔记圈 |
自动白平衡实战
设置awb mode
popupview#switchtowhitebalance
|--> cameracontroller2#setwhitebalance
|----> camerasettings#setwhitebalance
awb lock
mainactivity#clickedwhitebalancelock
|--> preview#togglewhitebalancelock
|----> cameracontroller2#setautowhitebalancelock
手动白平衡实战
判断是否支持manual wb
-
available awb modes里面有off
-
支持manual post processing capability
色温转rggb gain公式
- https://tannerhelland.com/2012/09/18/convert-temperature-rgb-algorithm-code.html
设置r/g/b gain
preview#setwhitebalancetemperature
|--> cameracontroller2#setwhitebalancetemperature
|----> camerasettings#setwhitebalance