camera space error

This commit is contained in:
paukstelis
2022-08-04 21:45:38 -04:00
parent f863c23a98
commit 5752649844

View File

@@ -422,7 +422,7 @@ add_camera() {
while true; do while true; do
echo "Camera Resolution [default: 640x480]:" echo "Camera Resolution [default: 640x480]:"
read RESOLUTION read RESOLUTION
if [ -z $RESOLUTION] if [ -z $RESOLUTION ]
then then
RESOLUTION="640x480" RESOLUTION="640x480"
break break