I want to run this working .sh file when I boot into the LXDE (preferably when it is completely loaded):
mkdir /tmp/stream &
raspistill --nopreview -w 1024 -h 768 -q 70 -o /tmp/stream/pic.jpg -tl 100 -sh 100 -vs -t 9999999 -th 0:0:0 &
LD_LIBRARY_PATH=/usr/local/lib mjpg_streamer -i "input_file.so -f /tmp/stream -n pic.jpg" -o "output_http.so -w /usr/local/www" &
forever /home/pi/tank/index.js
Last attempt, I tried to use the instructions in this thread, resulting in a disaster.. had to reinstall completely.
Will my script run if I just add the following to my .bashrc file?
/home/pi/tank/tank.sh
I really want to make sure before I try this..
Thanks in advance