Get still image through URL from Hikvision NVR [SOLVED]

horseflesh

Getting the hang of it
Joined
Jan 3, 2016
Messages
261
Reaction score
33
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!
 

Sharky13

n3wb
Joined
Jan 30, 2019
Messages
6
Reaction score
0
Location
Prato, Italia
good deal
Dear Friends,
I have Ezviz camera, that use the same Hikvision Cloud.
Actutally I'm able to see the Ip cam as:

rtsp://admin:password@192.168.1.224:554/Streaming/Channels/101/ Main Stream
rtsp://admin:password@192.168.1.224:554/Streaming/Channels/102/ Sub Stream

I would like to see the cam using http protocol.
I have tried the posted url without success.
Please could you hel me?
 

RyanODan

IPCT Vendor
Joined
Mar 10, 2014
Messages
626
Reaction score
266
Location
Tulsa
You can only pull snapshots with HTTP URL in a browser I believe.
 

djprathik

n3wb
Joined
Mar 31, 2018
Messages
4
Reaction score
0
Ive got the same issue, mine's a DS-7108N-SN/P, cant seem to get this working
 

djprathik

n3wb
Joined
Mar 31, 2018
Messages
4
Reaction score
0
Tried both,
http://user:pass@192.168.0.100: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:pass@192.168.0.100:80/Streaming/Channels/1/picture
This returns
Can't locate the url
What's the exact URL you're using?
 

djprathik

n3wb
Joined
Mar 31, 2018
Messages
4
Reaction score
0
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>
 

RyanODan

IPCT Vendor
Joined
Mar 10, 2014
Messages
626
Reaction score
266
Location
Tulsa
just to confirm, did you put your cameras password in the URL and then try?
 

RyanODan

IPCT Vendor
Joined
Mar 10, 2014
Messages
626
Reaction score
266
Location
Tulsa
One more thing, which firmware does your camera or recorder have installed?
 

Sharky13

n3wb
Joined
Jan 30, 2019
Messages
6
Reaction score
0
Location
Prato, Italia
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:password@192.168.1.224:554/Streaming/Channels/101/ Main Stream
on VLC i can see the streaming from the CAM
 

Sharky13

n3wb
Joined
Jan 30, 2019
Messages
6
Reaction score
0
Location
Prato, Italia
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

RyanODan

IPCT Vendor
Joined
Mar 10, 2014
Messages
626
Reaction score
266
Location
Tulsa
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.
 
Top