latest Version of DAHUA HTTP API FOR IPC Documentation ??

You're right - looks like there were not many changes.
Could someone in possession of Dahua's latest HTTP_API PDF (but not allowed to share) provide information, if there are more commands in Dahua's pds compared to Armcrest's?
 
  • Like
Reactions: runraid
Has somebody the latest documentation DAHUA_HTTP_API_V2.84 for me please. I have try to get it from the main page but there is no response from dahua.

what are they thinking? I buy the product, but can't unleash the potential from it :(

thank you
 
  • Like
Reactions: Dimas YR
I got the latest Version from DAHUA Support.
Just request it on the Website and sign the NDA.
Support was pretty fast and tried to help me.
They responded within only a few hours.

There isn't so much New stuff in the latest Versions. Using the Version provided in the thread is a pretty good point to start.

Regards
 
  • Like
Reactions: Mark_M
Hi for everyone!
I want to manipulate channels (CRUD) using API. Is it possible? If yes, and if you could help me with this, I would be glad.
thanks in advance for your reply.
 
Hi everyone, Has anyone implemented the heatmap API? I need to get the heatmap API, but the response from the API only downloads the HeatMap.cgi file (I don't think this response should be).
 
Please Help get the status of analytics rules from NVR. a request like http://<server>/cgi-bin/configManager.cgi?action=getConfig&name=VideoAnalyseRule returns nothing
 
API HTTP Request for Dahua SMD, IVS and other alarms:
where XXX can be one of that (up to colon. after colon is description):
VideoMotion: motion detection event (MD)
SmartMotionHuman: human smart motion detection (SMD)
SmartMotionVehicle: vehicle smart motion detection (SMD)
VideoLoss: video loss detection event
VideoBlind: video blind detection event
AlarmLocal: alarm detection event
CrossLineDetection: tripwire event (IVS)
CrossRegionDetection: intrusion event (IVS)
VideoAbnormalDetection: scene change event
AudioMutation: intensity change
AudioAnomaly: input abnormal
VideoUnFocus: defocus detect event
WanderDetection: loitering detection event
RioterDetection: People Gathering event
ParkingDetection: parking detection event
MoveDetection: fast moving event
StorageNotExist: storage not exist event
StorageFailure: storage failure event
StorageLowSpace: storage low space event
AlarmOutput: alarm output event

The result will be "Error: No Events" or "channels[0]=0"
 
Last edited:
  • Like
Reactions: ALEX_LEM
where XXX:
VideoMotion: motion detection event (MD)
SmartMotionHuman: human smart motion detection (SMD)
SmartMotionVehicle: vehicle smart motion detection (SMD)
VideoLoss: video loss detection event
VideoBlind: video blind detection event
AlarmLocal: alarm detection event
CrossLineDetection: tripwire event (IVS)
CrossRegionDetection: intrusion event (IVS)
VideoAbnormalDetection: scene change event
AudioMutation: intensity change
AudioAnomaly: input abnormal
VideoUnFocus: defocus detect event
WanderDetection: loitering detection event
RioterDetection: People Gathering event
ParkingDetection: parking detection event
MoveDetection: fast moving event
StorageNotExist: storage not exist event
StorageFailure: storage failure event
StorageLowSpace: storage low space event
AlarmOutput: alarm output event

The result will be "Error: No Events" or "channels[0]=0"



Sanks, but I am getting HTTP 501/HTTP 505
 
I am very need API from dahua. to get the status of the rule on the camera and the ability to disable it. Only it. Help me please.
 
I have found a newer API document, however it is behind a paywall from the Chinese site.
I don't have AliPay or WeChat pay.

This is what the preview shows for v2.89.
It says from 2020???? What's the absolute latest API got?

1675258927656.png
 
I have found a newer API document, however it is behind a paywall from the Chinese site.
I don't have AliPay or WeChat pay.

This is what the preview shows for v2.89.
It says from 2020???? What's the absolute latest API got?

View attachment 152687

however, I tried this on my latest dahua IPC, got no response. I guess dahua has banned direct http cgi access in some IPC. ( It's working ;) new post below ) Maybe try to use RPC2 HTTP interface, examples could be found like : GitHub - naveenrobo/dahua-ip-cam-sdk: SDK for Dahua IP Cameras to extract Plate Numbers, Event notifications and more.. But can't find any official document explaining RPC2 interface.
 

Attachments

Last edited:
however, I tried this on my latest dahua IPC, got no response. I guess dahua has banned direct http cgi access in some IPC. Maybe try to use RPC2 HTTP interface, examples could be found like : GitHub - naveenrobo/dahua-ip-cam-sdk: SDK for Dahua IP Cameras to extract Plate Numbers, Event notifications and more.. But can't find any official document explaining RPC2 interface.
Holly smokes, you managed to get v2.89?
Thankyou!!!

and thankyou for the information about licence plate data collector GitHub project.
I'm looking into LPR API and the Facial Recognition API.
 
however, I tried this on my latest dahua IPC, got no response. I guess dahua has banned direct http cgi access in some IPC. Maybe try to use RPC2 HTTP interface, examples could be found like : GitHub - naveenrobo/dahua-ip-cam-sdk: SDK for Dahua IP Cameras to extract Plate Numbers, Event notifications and more.. But can't find any official document explaining RPC2 interface.
revision : HTTP API Could work (query string should not use curl -d option when testing with curl). I have tried with curl --digest -X GET "http://<user>:<password>@<IPC IP>/cgi-bin/configManager.cgi?action=getConfig&name=VideoInExposure" It's working
 
  • Like
Reactions: Mark_M