diff --git a/motioneye/down b/motioneye/down index 75fc9b7..f378c8c 100755 --- a/motioneye/down +++ b/motioneye/down @@ -1,7 +1,7 @@ #!/bin/bash -SAMCAM_HOME=/home/pi/camera_steering_sw +SAMCAM_HOME=/home/pi/SaMcam_sw SETTINGS_FILE=$SAMCAM_HOME/settings.json ANGLE=-10 AXIS=elevation -export PATH=$SAMCAM_HOME/bin:$PATH +export PATH=$SAMCAM_HOME/build/app:$PATH SaMcam --axis $AXIS --settings $SETTINGS_FILE --rotate $ANGLE diff --git a/motioneye/up b/motioneye/up index c274dca..7732f0e 100755 --- a/motioneye/up +++ b/motioneye/up @@ -1,7 +1,7 @@ #!/bin/bash -SAMCAM_HOME=/home/pi/camera_steering_sw +SAMCAM_HOME=/home/pi/SaMcam_sw SETTINGS_FILE=$SAMCAM_HOME/settings.json ANGLE=10 AXIS=elevation -export PATH=$SAMCAM_HOME/bin:$PATH +export PATH=$SAMCAM_HOME/build/app:$PATH SaMcam --axis $AXIS --settings $SETTINGS_FILE --rotate $ANGLE