How can I download videos from the Network Video Recorder (NVR) without using a browser?
i cant access "http://hostname/ISAPI/ContentMgmt/download".
cant http?
ftp?
i want to know the camera's current angle (tilt, pan).
I can set tilt and pan from ISAP,
But I can not get the current value.
I want to obtain the values of Tilt, and Pan.
Or relative value, or angle
thanks reply.
i found solution.
change camera auth setting.
It was a problem that authentication was in digest mode.
auth mode digest to digest/basic.
success basic auth.
thank you.
i want access to camera (isapi)
but not access Camera(connected NVR)
Router <-> NVR <-> Camera
request
curl http://use:pass@host:port/ISAPI/Image/channels
response
<!DOCTYPE html>
<html><head><title>Document Error: Unauthorized</title></head>
<body><h2>Access Error: 401 -- Unauthorized</h2>...