diff options
| author | Ingar <ingar@telenet.be> | 2026-02-26 19:20:43 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2026-02-26 19:20:43 +0100 |
| commit | ede21b0f7cb802ba57d7c3b145390d17b113d83d (patch) | |
| tree | 6193a85793b0aa1c33528d31e73397736a41947d | |
| parent | 9c205c434c7882a15b2214786363bfe04f9c660f (diff) | |
Increased zoom level.
| -rwxr-xr-x | camera/camera | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/camera/camera b/camera/camera index 3724999..35aeedc 100755 --- a/camera/camera +++ b/camera/camera @@ -135,11 +135,11 @@ if [[ "${OPTION_TIMELAPSE}" = "yes" ]]; then fi fi -CMD_EXEC="rpicam-still --verbose --timeout 0 " +CMD_EXEC="rpicam-still --verbose --timeout 0 --fullscreen " if [ "${ZOOM}" = "yes" ]; then - CMD_EXEC+="--viewfinder-width 1024 --viewfinder-height 768 " -else - CMD_EXEC+="--fullscreen " + CMD_EXEC+="--viewfinder-width 800 --viewfinder-height 600 " +#else +# CMD_EXEC+="--fullscreen " fi CMD_EXEC+="${CMD_CONTROL} ${CMD_CAPTURE} " CMD_EXEC+="--width 4056 --height 3040 " |
