Per catturare un'immagine richiesta da un url (snapshot):
La porta http predefinita è 80
- http://<user>:<password>@<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/1/picture - Más habitual
- 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
È possibile rimuovere il nome utente e la password(<user>:<password>) in modo che il browser richieda le credenziali prima di restituire la password.
Gli esempi seguenti:
- 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
IMPORTANTE: durante i test, se si utilizza Edge, provare un altro browser come Chrome o Firefox, che tendono a funzionare meglio