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 &