NET_DVR_LOCAL_ABILITY_PARSE_CFG

Structure about capability of analysis library configuration.

Structure Definition

struct{
  BYTE        byEnableAbilityParse;
  BYTE        byRes[127];
}NET_DVR_LOCAL_ABILITY_PARSE_CFG, *LPNET_DVR_LOCAL_ABILITY_PARSE_CFG;

Members

byEnableAbilityParse

Whether to enable capability analysis library: 0-disable, 1-enable (default).

byRes

Reserved, set to 0.

Remarks

By default, the analog capability is disabled, you can enable the analog capability via this structure, and then call NET_DVR_GetDeviceAbility and load the "LocalXml.zip" to the directory of HCNetSDK to get the capabilities of devices.