diff options
author | Manel Caro <mcaro@iatec.biz> | 2020-10-05 11:44:22 +0200 |
---|---|---|
committer | Manel Caro <mcaro@iatec.biz> | 2020-10-05 11:44:22 +0200 |
commit | e7631181c08c38c196558fc79b648d78ccaadcc8 (patch) | |
tree | c574b298ffe458698a5ef70b706885f9d9acf431 /test-cli/test/scripts/v4l-cam.sh | |
parent | 5771dcc8acabd2f4f560768cf45615e929409f6e (diff) | |
download | board-e7631181c08c38c196558fc79b648d78ccaadcc8.zip board-e7631181c08c38c196558fc79b648d78ccaadcc8.tar.gz board-e7631181c08c38c196558fc79b648d78ccaadcc8.tar.bz2 |
Add qvideo variables
Diffstat (limited to 'test-cli/test/scripts/v4l-cam.sh')
-rwxr-xr-x | test-cli/test/scripts/v4l-cam.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test-cli/test/scripts/v4l-cam.sh b/test-cli/test/scripts/v4l-cam.sh deleted file mode 100755 index 18da1c0..0000000 --- a/test-cli/test/scripts/v4l-cam.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -v4l2-ctl -d /dev/video0 -c exposure_auto=3 -v4l2-ctl -d /dev/video0 -c brightness=0 -v4l2-ctl -d /dev/video0 -c contrast=20 -v4l2-ctl -d /dev/video0 -c saturation=55 -v4l2-ctl -d /dev/video0 -c hue=0 -v4l2-ctl -d /dev/video0 -c white_balance_temperature_auto=0 -v4l2-ctl -d /dev/video0 -c gamma=100 -v4l2-ctl -d /dev/video0 -c power_line_frequency=1 -v4l2-ctl -d /dev/video0 -c white_balance_temperature=4500 -v4l2-ctl -d /dev/video0 -c sharpness=2 -v4l2-ctl -d /dev/video0 -c backlight_compensation=2 -# v4l2-ctl -d /dev/video0 -c exposure_absolute=166
\ No newline at end of file |