- 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 &
Raspi Low Bandwith Camera
Posted by Anonymous on Sun 2nd Apr 2017 03:48
raw | new post
view followups (newest first): Raspi Low Bandwith Camera by Anonymous
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.
blankb.kpaste.net RSS