13 lines
152 B
Bash
Executable file
13 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
v4l2-ctl -c exposure_auto=3
|
|
|
|
v4l2-ctl -c brightness=127
|
|
|
|
v4l2-ctl -c contrast=5
|
|
|
|
#does this make a difference?
|
|
v4l2-ctl -c sharpness=25
|
|
|
|
|
|
|