如何在 Raspberry Pi 上使用 libcamera-still 设置固定曝光时间

使用 --shutter 参数。如果未给出单位,数字表示固定曝光时间的微秒数

示例:--shutter 10000 表示:固定 10 毫秒(10000 微秒)曝光。

完整示例

libcamera_shutter.sh
libcamera-still -n 1 --width 4056 --height 3040 -o test.jpg --shutter 400

Check out similar posts by category: Raspberry Pi