- Nov 20, 2016
- 18
- 1
This link has a how to guide for using the storage management aspects of the http api:
http://www.hikvisioneurope.com/port...function of Hikvision IP Camera(External).pdf
Much of it works as described. However, some essential parts of it seem not to work. Or at least, I can't figure out how to make them work. My goal is to download videos from the SD card programmatically. The guide explains that this can be done by doing a search query, and some returned information to download specified files.
Except that I can't get the search query to work, I always get:
methodNotAllowed? Is this more intentionally crippled functionality that used to work?
Has anyone been able to make this work? It appears I'm in mostly uncharted waters here, based on some google searching.
http://www.hikvisioneurope.com/port...function of Hikvision IP Camera(External).pdf
Much of it works as described. However, some essential parts of it seem not to work. Or at least, I can't figure out how to make them work. My goal is to download videos from the SD card programmatically. The guide explains that this can be done by doing a search query, and some returned information to download specified files.
Except that I can't get the search query to work, I always get:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<ResponseStatus version="2.0" xmlns="http://www.hikvision.com/ver20/XMLSchema">
<requestURL>/ISAPI/ContentMgmt/search</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>methodNotAllowed</subStatusCode>
</ResponseStatus>
methodNotAllowed? Is this more intentionally crippled functionality that used to work?
Has anyone been able to make this work? It appears I'm in mostly uncharted waters here, based on some google searching.