Does anybody know where to get the latest Dahua HTTP API for IPC, DVR, NVR?
@EMPIRETECANDY do you have access to those PDF documents on your ftp maybe?
@EMPIRETECANDY do you have access to those PDF documents on your ftp maybe?
This is the most current version I could find, it hasn't been updated in over 2 years (2015-9-16).
@EMPIRETECANDY Andy, do you have a more current version you can share with us?This is the most current version I could find, it hasn't been updated in over 2 years (2015-9-16).
Search in Google api amcrest i'm at version 3 i use version 2
I have not been able to find a way for the camera to accept http api calls with anything less than Digest authorization. I would be happy with basic auth or no auth at all (it's behind a serious firewall and I'm using the camera's IP restrictions). But Digest auth would mean adding an MD5 crypto module to the IOT device, which I'd prefer to avoid if possible.
There is a "none/basic/digest" setting for rtsp streaming, but I can't find a similar setting for api calls.
Does anybody have any suggestions?
Sean
The one I can find with a 3 in file name is actually version 2.12 from 3/2017Search in Google api amcrest i'm at version 3 i use version 2
This thread is over 2 years old. You really need to start a new thread asking for help.Hello, I need urgent help
I ended up implementing Digest auth. My code is in Lua for the Nodemcu environment; I have it running on a couple ESP8266 boards. I'm happy to post if that might be of interest to anybody.