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 @ 3eb1fcc4
...@@ -129,7 +129,7 @@ advanced: if you have more cameras, repeat these steps, and open ...@@ -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 more terminal windows (one per camera) fetching the unique camera
snapshot url. don't forget to change the "-O" option so that each snapshot url. don't forget to change the "-O" option so that each
camera will be written to a different snapshot file e.g. 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 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 ...@@ -170,7 +170,7 @@ 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">
......
Clone repository
  • a simpler camera server
  • Home