To capture a requested image from a URL, we have to consider the followin information.
The default http port is 80. As for the string to input:
http://<user>:<password>@<IP address of IPC>:<HTTP port>/Streaming/channels/1/picture
http://<user>:<password>@<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/1/picture
If you wish you can remove the user and password (<user>:<password> ) so that the browser will ask for the credentials before returning the result.
More examples:
- http://admin:password@192.168.1.64:80/Streaming/channels/1/picture
- http://admin:password@192.168.1.64:80/ISAPI/Streaming/channels/1/picture