... | @@ -170,7 +170,8 @@ just in case the window gets closed, just do step 1, 2, 3, 4 |
... | @@ -170,7 +170,8 @@ just in case the window gets closed, just do step 1, 2, 3, 4 |
|
3. run `cd /home/pi/camera/`
|
|
3. run `cd /home/pi/camera/`
|
|
4. run `nano index.html`
|
|
4. run `nano index.html`
|
|
5. type the following simple web page...
|
|
5. type the following simple web page...
|
|
```html
|
|
|
|
|
|
```
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
<meta http-equiv="refresh" content="5">
|
|
<meta http-equiv="refresh" content="5">
|
... | @@ -181,6 +182,7 @@ just in case the window gets closed, just do step 1, 2, 3, 4 |
... | @@ -181,6 +182,7 @@ just in case the window gets closed, just do step 1, 2, 3, 4 |
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|
|
```
|
|
```
|
|
|
|
|
|
6. to save the file in `nano`, CTRL-O, enter to confirm name
|
|
6. to save the file in `nano`, CTRL-O, enter to confirm name
|
|
7. to exit `nano`, CTRL-X
|
|
7. to exit `nano`, CTRL-X
|
|
8. on a separate computer/mobile, use a browser and access:
|
|
8. on a separate computer/mobile, use a browser and access:
|
... | | ... | |