diff --git a/smp_coder/camera.sh b/smp_coder/camera.sh index 634a515..09ffeab 100644 --- a/smp_coder/camera.sh +++ b/smp_coder/camera.sh @@ -1,3 +1,4 @@ #!/usr/bin/bash -libcamera-still -o /tmp/image.jpg --timeout 10 \ No newline at end of file + +fswebcam -r 1280x720 --no-banner -S 20 /tmp/image.jpg \ No newline at end of file