Hello, everyone,
I have a question about the autofocus of the webcam. I would like to switch it off.
When I go to the local side of the M-JPEG streamer I can turn off the focus and set a manual value. Unfortunately this setting is not saved.
I then sent the following commands via SSH:
sudo v4l2-ctl --set-ctrl=focus_auto=0
sudo v4l2-ctl --set-ctrl=focus_absolute=40
These commands disable the autofocus and set a manual focus. Unfortunately you have to send them again after each restart.
So I wanted to ask you if there is a possibility to set these commands always at system start.
Unfortunately an entry in the rc.local did not work.