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 @ ec05ad05
...@@ -28,8 +28,11 @@ here is an example for the **tp-link nc200**: ...@@ -28,8 +28,11 @@ here is an example for the **tp-link nc200**:
original source: original source:
https://community.netcamstudio.com/t/tp-link-nc200-vlc-ok-but-not-in-netcam-studio/853/9 https://community.netcamstudio.com/t/tp-link-nc200-vlc-ok-but-not-in-netcam-studio/853/9
the link is actually: according to the source, the snapshot url is actually:
```
http://admin:YWRtaW4%3D@my_lan_ip:8080/snapshot.jpg http://admin:YWRtaW4%3D@my_lan_ip:8080/snapshot.jpg
```
#### default ip, default username, default password #### default ip, default username, default password
...@@ -85,7 +88,9 @@ EXAMPLE: with the **tplink nc200** - if the username is ...@@ -85,7 +88,9 @@ EXAMPLE: with the **tplink nc200** - if the username is
"admin" and the password changed to "abc123" and the ip "admin" and the password changed to "abc123" and the ip
changed to 192.168.0.87: 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 once everything is setup, connect the camera to the LAN
wia wifi or cable, and ensure the ip is setup properly. wia wifi or cable, and ensure the ip is setup properly.
...@@ -121,9 +126,9 @@ sleep 3 # in seconds, between frames ...@@ -121,9 +126,9 @@ sleep 3 # in seconds, between frames
6. to save the file, press CTRL-O (output), then confirm the 6. to save the file, press CTRL-O (output), then confirm the
filename with enter filename with enter
7. to exit, press CTRL-X 7. to exit, press CTRL-X
8. back to terminal, type 'chmod +x camera.sh' - this makes the 8. back to terminal, type `chmod +x camera.sh` - this makes the
file "runnable" file "runnable"
9. run the file with './camera.sh' 9. run the file with `./camera.sh`
note: do not close the terminal window, let it run endlessly note: do not close the terminal window, let it run endlessly
......
Clone repository
  • a simpler camera server
  • Home