如何在 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