mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-08-02 09:20:03 +00:00
Add some custom scripts
This commit is contained in:
parent
edc7a37a1e
commit
63c6f643a9
6 changed files with 129 additions and 0 deletions
7
home/.local/scripts/fixcam.sh
Executable file
7
home/.local/scripts/fixcam.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Fix camera autofocus and exposure
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=focus_auto=0
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=exposure_auto=3
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=sharpness=150
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=exposure_auto_priority=0
|
Loading…
Add table
Add a link
Reference in a new issue