Getting an Image from HIKVision NVR based on Time, is it possible?

MrRalphMan

Getting the hang of it
Joined
Jan 20, 2016
Messages
309
Reaction score
72
Hi,

I know I can get a still image from the NVR using the following call, but can I add a param to get the image for around that time?

Code:
http://<ipaddress>/ISAPI/Streaming/channels/101/picture
I'm going to assume not, but would be nice to know.

I found this and it does not seem to contain anything that would be able to.

These is a way to speak to the storage on the NVR and I can see all the different channels, using the following command.

Code:
http://<ipaddress>/ISAPI/ContentMgmt/record/tracks
I've looked though the HikVision documentation here, but to no avail.

Many Thanks,

Paul
 

jeremyc

n3wb
Joined
Apr 24, 2018
Messages
1
Reaction score
0
I am having the same problem with N441Y

I have tried `ISAPI/Streaming/channels/101/picture?snapShotImageType=JPEG`
and i get

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<ResponseStatus version="1.0" xmlns="urn:psialliance-org">
<requestURL>/ISAPI/Streaming/channels/101/picture</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>
 

S474N

Getting the hang of it
Joined
Feb 18, 2015
Messages
151
Reaction score
10
You can try this URL:
http://<NVR-IP>/ISAPI/ContentMgmt/StreamingProxy/channels/101/picture
On NVR version V4.72.107 build 220914 cannot work this URL.

Do you know newest version of URL?
 
Top