Raspi video at 1 fps over web browser. ###/home/pi/php/index.php ###/home/pi/php/startvideo.sh #!/bin/bash cd /home/pi/php php -S 0.0.0.0:8000 -t /home/pi/php/ raspistill -t 0 -tl 2000 -w 640 -h 480 -o frame.jpg & #!/bin/bash cd /home/pi/php nohup php -S 0.0.0.0:8000 -t /home/pi/php/ >/dev/null & #nohup raspistill -t 0 -tl 2000 -w 640 -h 480 -o frame.jpg >/dev/null & nohup raspistill -a "Door #1" -a 12 -t 0 -tl 2000 -w 640 -h 480 -o frame.jpg >/dev/null &