latest Version of DAHUA HTTP API FOR IPC Documentation ??

riogrande75

Pulling my weight
Joined
Oct 19, 2017
Messages
390
Reaction score
140
Location
AUSTRIA
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?
 

lxi2019

n3wb
Joined
Jun 9, 2021
Messages
3
Reaction score
1
Location
Germany
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
 

signsy

n3wb
Joined
May 13, 2021
Messages
3
Reaction score
2
Location
Germany
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
 

Dimas YR

n3wb
Joined
Jun 30, 2021
Messages
1
Reaction score
0
Location
Indonesia
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
me too :(
 

Namko

n3wb
Joined
Apr 1, 2022
Messages
1
Reaction score
0
Location
Russia
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.
 

at.fajar

n3wb
Joined
Jun 12, 2022
Messages
2
Reaction score
0
Location
Indonesia
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).
 

ALEX_LEM

n3wb
Joined
Jan 24, 2023
Messages
3
Reaction score
0
Location
belarus
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
 

Fenst

n3wb
Joined
Dec 16, 2018
Messages
12
Reaction score
8
Location
Moscow, Russia
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:

ALEX_LEM

n3wb
Joined
Jan 24, 2023
Messages
3
Reaction score
0
Location
belarus
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
 

ALEX_LEM

n3wb
Joined
Jan 24, 2023
Messages
3
Reaction score
0
Location
belarus
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.
 

Mark_M

Getting comfortable
Joined
Jul 2, 2019
Messages
974
Reaction score
1,385
Location
Land down down under
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
 

bicirci

n3wb
Joined
Feb 8, 2023
Messages
2
Reaction score
5
Location
Sydney
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:

Mark_M

Getting comfortable
Joined
Jul 2, 2019
Messages
974
Reaction score
1,385
Location
Land down down under
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.
 

bicirci

n3wb
Joined
Feb 8, 2023
Messages
2
Reaction score
5
Location
Sydney
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
 
Top