如何在 Raspberry Pi 上使用 libcamera-still 启用自定义 AWB 白平衡
libcamera_awb.sh
libcamera-still -n 1 --width 4056 --height 3040 -o test.jpg --awb custom --awbgains 0.9,2.0在 --awbgains 0.9,2.0 中,0.9 是红色通道增益,2.0 是蓝色通道增益。
换句话说,如果你的图像:
- 太红 -> 减小第一个数字
- 太蓝 -> 减小第二个数字
- 太黄 -> 增大第二个数字(蓝色)
- 太绿 -> 增大两个数字
- 等等
Check out similar posts by category:
Raspberry Pi
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow