Update History

Summary of Changes in Version 6.1.5.25_Aug., 2020

  1. Extended the AI Open Platform capability supported by device JSON_AIOpenPlatformCapOfDevice (related URI: /ISAPI/Intelligent/AIOpenPlatform/capabilities?format=json; related API: NET_DVR_STDXMLConfig):

    added two nodes isSupportAITargetBP (whether the device supports importing, editing, deleting, and downloading the reference picture for AI target comparison) and isSupportAIRuleTrigger (whether the device supports AI rule linkage).

  2. Added URIs for managing reference pictures for AI target comparison, see Reference Picture Management for AI Target Comparison for details.

  3. Added URIs for AI rule linkage configuration (related API: NET_DVR_STDXMLConfig):

    Get capability: GET /ISAPI/Intelligent/AIOpenPlatform/AIRuleConfig/task/<ID>/channels/<ID>/trigger/capabilities?format=json

    Get or set AI rule linkage parameters: GET or PUT /ISAPI/Intelligent/AIOpenPlatform/AIRuleConfig/task/<ID>/channels/<ID>/trigger?format=json

    Delete AI rule linkage: PUT /ISAPI/Intelligent/AIOpenPlatform/AIRuleConfig/task/<ID>/channels/<ID>/trigger/delete?format=json

  4. Extended the enumeration about the files to be uploaded NET_SDK_UPLOAD_TYPE:

    added two enumeration types UPLOAD_AI_ALGORITHM_MODEL (algorithm model in binary format) and UPLOAD_AI_BASE_PICTURE (reference pictures in binary format for AI target comparison).

  5. Added one structure about uploaded algorithm model: NET_DVR_AI_ALGORITHM_MODEL (related API: NET_DVR_UploadFile_V40).

  6. Added one structure about reference picture for AI target comparison: NET_DVR_AI_BASE_PICTUR_UPLOAD (related API: NET_DVR_UploadFile_V40).