📸 Added webcam script and aliases
This commit is contained in:
parent
0dd3caa809
commit
b8536435ae
2 changed files with 10 additions and 3 deletions
7
scripts/fixcam
Executable file
7
scripts/fixcam
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=brightness=120
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=saturation=170
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=contrast=128
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=sharpness=150
|
||||
v4l2-ctl -d /dev/video0 --set-ctrl=zoom_absolute=300
|
||||
Loading…
Add table
Add a link
Reference in a new issue