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
Hide whitespace changes
Inline Side-by-side
a-simpler-camera-server.md
View page @ c4dc44f3
......@@ -111,11 +111,13 @@ image from the camera and overwrite any existing now.jpg
3. `cd camera` - (change directory)/enter into the camera folder
4. `nano camera.sh` - create/edit a file called 'camera.sh'
5. enter the following "shell code":
```
wget <full snapshot url, as before> -O now.jpg
sleep 3 # in seconds, between frames
./camera.sh
```
6. to save the file, press CTRL-O (output), then confirm the
filename with enter
7. to exit, press CTRL-X
......@@ -198,7 +200,7 @@ advanced: for multiple cameras, just add more `img` tags with
the `src` attribute pointing at the correct snapshot filename
e.g. `<img src="cam1.jpg">` `<img src="cam2.jpg">` etc
## you're done... for now
## you're done... for now :)
congratulations, you have created your first camera server
......
Clone repository
  • a simpler camera server
  • Home