To capture a requested image from a url (snapshot):
The default http port is 80
- http://<user>:<password>@<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/1/picture - More common
- 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/101/picture?videoResolutionWidth=1920&videoResolutionHeight=1080
You can remove the username and password(<user>:<password>) so that it is the browser that prompts for credentials before returning the password.
The following examples:
- http://admin:password@192.168.1.64:80/ISAPI/Streaming/channels/1/picture
- http://admin:password@192.168.1.64:80/Streaming/channels/1/picture
- http://172.19.235.13/ISAPI/Streaming/channels/101/picture?videoResolutionWidth=1920&videoResolutionHeight=1080
IMPORTANT: During testing, if you are using Edge, try another browser such as Chrome or Firefox as they tend to work better