Get still image through URL from Hikvision NVR [SOLVED]

Hi I was able to get it to work with
http:/admin:password@MYIP:MYPORT/ISAPI/Streaming/channels/101/picture

Your path /ISAPI/Streaming/channels/101/picture also did the trick for my Hikvision cousin LTS NVR!

And the resolution settings from @chillicrackers worked for me too.

Thanks guys!
 
You can only pull snapshots with HTTP URL in a browser I believe.
 
  • Like
Reactions: Mike
What's the exact URL you're using?
 
Tried both,
http://user:[email protected]:80/ISAPI/Streaming/Channels/1/picture
This returns:
<ResponseStatus xmlns="urn:psialliance-org" version="1.0">
<requestURL>/ISAPI/Streaming/channels/1/picture</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>lowPrivilege</subStatusCode>
</ResponseStatus>


http://user:[email protected]:80/Streaming/Channels/1/picture
This returns
Can't locate the url
What's the exact URL you're using?
 
replace "user" with admin and "pass" is the password to your camera. Also take out ":80"

Your URL should look like this: http://admin:<insert your camera password here>@192.168.0.100/ISAPI/Streaming/Channels/1/picture

This returns the same:
<ResponseStatus xmlns="urn:psialliance-org" version="1.0">
<requestURL>/ISAPI/Streaming/channels/1/picture</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>lowPrivilege</subStatusCode>
</ResponseStatus>
 
just to confirm, did you put your cameras password in the URL and then try?
 
One more thing, which firmware does your camera or recorder have installed?
 
Same problem, also form me both urls do not work...
firmware 5.23 build 180906
Maybe it is necessary to specify a port number?
Using iVMS-4500 app, I can see for the CAM as port number 8000.

Viceversa, opening this url
rtsp://admin:p[email protected]:554/Streaming/Channels/101/ Main Stream
on VLC i can see the streaming from the CAM
 
Whats the model number?
 
port 8000 is only for mobile viewing.
 
The models are: CS-CV310-A0-1B2WFR and CS-CV248-A0-32WFR

I would like to use http protocol because I need to integrate the CAMs in a KNX WEB-Server made by ABB (see the attached picture)
 

Attachments

  • Eib Port Screen.png
    Eib Port Screen.png
    203.3 KB · Views: 71
Oh, I thought you had Hikvision equipment. To be honest I'm not even sure EZVIZ has HTTP urls. I would contact them to see if it's even possible.
 
That's been my experience as well.