Hi,
Has anyone gotten the HTTP api method RPC_Loadfile to work?
Other methods work for me to find files on my NVR, like mediaFileFind.cgi, but when I try RPC_Loadfile, it returns code 200 with empty data. The code I've been using is:
import requests
from requests.auth import HTTPDigestAuth
#
# [...
I have Dahua cameras installed in my home with P2P enabled. I am able to stream with the help of Smart PSS and DMSS by adding Serial Number, Username and Password through P2P.
Now, I would like to connect with NVR remotely with the help of API with just my SN Number. Note: I have not enabled...
Hi everyone
My issue is that I can't get some info from DHI-NVR4108H (remote by http)
Before firmware update, name shows NVR41XX
Now is
System Version 3.203.0000.0
Network 3.1.0.66469
Onvif Client 2.4.1
I need to get NVR HDD actual size/capacity and snapshots from cameras (not directly from...
I'm making an app that sends data from the DAHUA camera to a specific server. I need information from the camera heat map. In the API guide it is stated to access the URL as follows...
Hi! I monitor the output of:
curl -s --digest "http://admin:password@10.30.50.6/cgi-bin/eventManager.cgi?action=attach&codes=[All]"
and get this on motion events:
..SOME-OTHER-OUTPUT
Code=NewFile;action=Pulse;index=0;data={
"File" ...