Typo in the camera data

alwaysoff

Getting the hang of it
Joined
Nov 26, 2018
Messages
85
Reaction score
65
Location
Australia
I was working on getting more detailed IVS data from Dahua cameras (purchased from @EMPIRETECANDY ) and noticed a typo inside the data. This raw data is retrieved using the following command:

Code:
$ curl -s  --digest --user 'user:pass' 'http://ip.address:80/cgi-bin/eventManager.cgi?action=attach&codes=[All]'
The typo is Humam, see below, it should be Human

Code:
Code=SmartMotionHuman;action=Start;index=0;data={
   "RegionName" : [ "Region1" ],
   "WindowId" : [ 0 ],
   "object" : [
      {
         "HumamID" : 542,
         "Rect" : [ 2072, 1808, 3440, 8184 ]
      }
   ]
}
Andy, would you be able to please pass this onto Dahua engineers / programmers and see if they could fix the typo?
 

alwaysoff

Getting the hang of it
Joined
Nov 26, 2018
Messages
85
Reaction score
65
Location
Australia
I suspect this typo exists in all their firmware versions since the beginning, just now noticed by someone.

I have tested it with:
IPC-Color4K-X-3.6MM V2.840.15OG002.0.R, Build Date: 2021-09-08
IPC-T5442T-ZE V2.820.15OG004.0.R, Build Date: 2021-07-29
 
Top