Function |
Request URI |
---|---|
Get video analysis task information capability |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/Intelligent/AIOpenPlatform/videoTask/capabilities?format=json |
Create the video analysis task |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/Intelligent/AIOpenPlatform/videoTask/<taskID>?format=json |
Delete the video analysis task |
Call NET_DVR_STDXMLConfig to transmit the request URI: DELETE /ISAPI/Intelligent/AIOpenPlatform/videoTask/<taskID>?format=json |
Get video analysis tasks |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/Intelligent/AIOpenPlatform/videoTask?format=json |
Apply video analysis tasks |
Call NET_DVR_STDXMLConfig to transmit the request URI: POST /ISAPI/Intelligent/AIOpenPlatform/videoTask?format=json |
Function |
Request URI |
---|---|
Get the capability of getting the video polling analysis task information |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/Intelligent/AIOpenPlatform/videoPollingAnalysisTask/capabilities?format=json |
Get or apply video polling analysis tasks |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET or POST /ISAPI/Intelligent/AIOpenPlatform/videoPollingAnalysisTask?format=json |
Edit or delete the video polling analysis task |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT or DELETE /ISAPI/Intelligent/AIOpenPlatform/videoPollingAnalysisTask/<taskID>?format=json |
Function |
Request URI |
---|---|
Get the capability of getting the captured picture polling analysis task information |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/Intelligent/AIOpenPlatform/picturePollingAnalysisTask/capabilities?format=json |
Get or apply captured picture polling analysis tasks |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET or POST /ISAPI/Intelligent/AIOpenPlatform/picturePollingAnalysisTask?format=json |
Set or delete the captured picture polling analysis task |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT or DELETE /ISAPI/Intelligent/AIOpenPlatform/picturePollingAnalysisTask/<taskID>?format=json |
Function |
Request URI |
---|---|
Get the capability of getting the picture analysis task information |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/Intelligent/AIOpenPlatform/pictureTask/capabilities?format=json |
Get the picture analysis task information or apply picture analysis tasks |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET or POST /ISAPI/Intelligent/AIOpenPlatform/pictureTask?format=json |
Edit or delete the picture analysis task, or add a picture to the analysis task |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT or DELETE or POST /ISAPI/Intelligent/AIOpenPlatform/pictureTask/<taskID>?format=json |
Apply a binary picture |
Call NET_DVR_UploadFile_V40, set dwUploadType to "UPLOAD_AI_PICTURE" (value: 55), and set lpInBuffer to the structure NET_DVR_AI_PICTUR_UPLOAD. |