Stap 7: Controleer Motion start bij het booten
$ sudo nano /etc/init.d/cam_motion
Plak de blob hieronder.
#! / bin/sh
# /etc/init.d/cam_motion
# Uitvoeren bepaalde functies wanneer u wordt gevraagd om door het systeem
Case "$1" in
Start)
echo "Beginnen Camera Motion"
nohup /home/pi/mmal/motion - n - c /home/pi/mmal/motion-mmalcam-both.conf 1 >/dev/null 2 > & 1;
Stop)
echo "Stoppen Camera Motion"
killall beweging
;;
*)
echo "gebruik: /etc/init.d/cam_motion {start|stop}"
afrit 1
;;
ESAC
exit 0
crtl o op te slaan
crtl x om af te sluiten
Maak het uitvoerbaar
$ sudo chmod 777 /etc/init.d/cam_motion
Er start bij het booten
$ sudo update-rc.d - f cam_motion start 4
Opnieuw opstarten