Is there a programmatic way to control camera settings? Assuming OpenCV needs to use one of the RaspiCam drivers (the official V4L or unofficial user space driver), how can I change the white balance for example?
Thanks

No, as the correct way to set that sort of thing is via the V4L2 API and control V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE. Whether OpenCV provides suitable controls to set that is another question.megasoft wrote:Is there such a conf file for the official driver as well?
Code: Select all
v4l2-ctl --set-ctrl=auto_n_preset_white_balance=N