I'm making an app that sends data from the DAHUA camera to a specific server. I need information from the camera heat map. In the API guide it is stated to access the URL as follows:
but the data I get is a HeatMap.CGI file. Whereas in the manual the response is
Content-Type: application/binarytet-stream
Content-Length: <heatMap size>
<HeatMap data>
Any one has implement Get Heat Map Information ?
but the data I get is a HeatMap.CGI file. Whereas in the manual the response is
Content-Type: application/binarytet-stream
Content-Length: <heatMap size>
<HeatMap data>
Any one has implement Get Heat Map Information ?