Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pi-cameraserver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Kinabalu Coders
  • pi-cameraserver
  • Wiki
  • a simpler camera server

a simpler camera server · Changes

Page history
Update a simpler camera server authored Jul 20, 2019 by null pointer's avatar null pointer
Show whitespace changes
Inline Side-by-side
a-simpler-camera-server.md
View page @ 8767c48f
...@@ -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:
......
Clone repository
  • a simpler camera server
  • Home