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:
The typo is Humam, see below, it should be Human
Andy, would you be able to please pass this onto Dahua engineers / programmers and see if they could fix the typo?
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?