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.
1.0 KiB
1.0 KiB
#ofxPiMapper Scripts
This directory contains useful scripts to be used to autorun and keep alive your projection mapping application.
keepalive-example.sh
This script launches and keeps alive the example application.
- Copy it to your home directory.
cp keepalive-example.sh ~/keepalive-example.sh
- Set exec permissions.
chmod a+x keepalive-example.sh
- Run
crontab -e
and add the following lines to make use of it.@reboot /home/pi/keepalive-example.sh * * * * * /home/pi/keepalive-example.sh
keepalive-example-camera.sh
This script launches and keeps alive the example-camera application.
- Copy it to your home directory.
cp keepalive-example-camera.sh ~/keepalive-example-camera.sh
- Set exec permissions.
chmod a+x keepalive-example-camera.sh
- Run
crontab -e
and add the following lines to make use of it.@reboot /home/pi/keepalive-example-camera.sh * * * * * /home/pi/keepalive-example-camera.sh