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 @ 085efd47
......@@ -85,7 +85,7 @@ EXAMPLE: with the **tplink nc200** - if the username is
"admin" and the password changed to "abc123" and the ip
changed to 192.168.0.87:
http://admin:YWJjMTIz@192.168.0.87:8080/snapshot.jpg
`http://admin:YWJjMTIz@192.168.0.87:8080/snapshot.jpg`
once everything is setup, connect the camera to the LAN
wia wifi or cable, and ensure the ip is setup properly.
......@@ -184,7 +184,7 @@ just in case the window gets closed, just do step 1, 2, 3, 4
6. to save the file in `nano`, CTRL-O, enter to confirm name
7. to exit `nano`, CTRL-X
8. on a separate computer/mobile, use a browser and access:
`http://<ip address of pi>`:8010` - you no longer have to
`http://<ip address of pi>:8010` - you no longer have to
have `/now.jpg` at the end
notes:
......
Clone repository
  • a simpler camera server
  • Home