diff options
Diffstat (limited to 'camera')
| -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 " |
