15.03.2023, 08:21
See if this works with curl:
- Download curl for Windows: https://curl.se/windows/
- Open terminal, go to bin directory
- Run curl command, replace IP/USER/PASS as needed
- See if you get a correct camera snapshot as snapshot.jpeg in the bin directory
- If this works then provide the whole curl output that you get in the terminal window
Code:
.\curl.exe -v 'http://IP/ISAPI/Streaming/channels/101/picture' --digest -u USER:PASS -o snapshot.jpeg