... | ... | @@ -129,7 +129,7 @@ advanced: if you have more cameras, repeat these steps, and open |
|
|
more terminal windows (one per camera) fetching the unique camera
|
|
|
snapshot url. don't forget to change the "-O" option so that each
|
|
|
camera will be written to a different snapshot file e.g.
|
|
|
"wget ... -O cam1.jpg", "wget ... -O cam2.jpg", etc
|
|
|
"`wget ... -O cam1.jpg`", "`wget ... -O cam2.jpg`", etc
|
|
|
|
|
|
just in case the window gets closed, just do step 1, 3, 9
|
|
|
|
... | ... | @@ -170,7 +170,7 @@ just in case the window gets closed, just do step 1, 2, 3, 4 |
|
|
3. run `cd /home/pi/camera/`
|
|
|
4. run `nano index.html`
|
|
|
5. type the following simple web page...
|
|
|
```
|
|
|
```html
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta http-equiv="refresh" content="5">
|
... | ... | |