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
#
# [...
Hi all,
I have just bought a Dahua DH-IPC-HDW3666EMP-S-AUS-BLK as I have heard Dahua cameras are supposed to be fairly good, however I can't seem to get it to send the video anywhere.
I am using multicast with my existing cameras, which means each camera transmits its video feed to a...
Hi all,
First post on here so be gentle!
I am trying to send a wipe command to a DH-SD6AL230F-HNI-IR....
I have found (on this forum) a HTTP API document:
https://s3.amazonaws.com/amcrest-files/Amcrest+HTTP+API+3.2017.pdf
Using this I've managed to send a few different commands to various...
I have huge problems with
http://<server>/cgi-bin/loadfile.cgi endpoint
whatever i try to type here i get error 400 bad request.
Can you tell me how u manage it to work, or give me example of your requests.
I can add that other functions of api calls are working properly. Just this generates...
GitHub - git-moe/dahua-camera-ptz: Simple PHP API wrapper for Dahua IP Camera HTTP API calls
This is a simple Dahua HTTP API wrapper that supports both BASIC and DIGEST auth through php-curl.
Should be fairly self explanatory in the usage.
I wrote it to allow SmartThings to point my PTZ...