Simon's and Max' camera steering software. https://stiefel.tech
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
210 B

#!/bin/bash
SAMCAM_HOME=/home/pi/SaMcam_sw
SETTINGS_FILE=$SAMCAM_HOME/settings.json
ANGLE=-10
AXIS=azimuth
export PATH=$SAMCAM_HOME/build/app:$PATH
SaMcam --axis $AXIS --settings $SETTINGS_FILE --rotate $ANGLE