... | ... | @@ -28,8 +28,11 @@ here is an example for the **tp-link nc200**: |
|
|
original source:
|
|
|
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
|
|
|
```
|
|
|
|
|
|
#### default ip, default username, default password
|
|
|
|
... | ... | @@ -85,7 +88,9 @@ 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.
|
... | ... | @@ -121,9 +126,9 @@ sleep 3 # in seconds, between frames |
|
|
6. to save the file, press CTRL-O (output), then confirm the
|
|
|
filename with enter
|
|
|
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"
|
|
|
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
|
|
|
|
... | ... | |