- Raspi video at 1 fps over web browser.
- ###/home/pi/php/index.php
- <head>
- <nometa http-equiv="refresh" content="2" />
- </head>
- <body>
- <img src="frame.jpg" id="yourimage">
- <script>
- window.setInterval(function()
- {
- }, 1000);
- </script>
- </body>
- ###/home/pi/php/startvideo.sh
- #!/bin/bash
- raspistill -t 0 -tl 2000 -w 640 -h 480 -o frame.jpg &
- #!/bin/bash
- #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 &
Raspi Low Bandwith Camera
Posted by Anonymous on Thu 10th Aug 2017 15:39
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.