跳转至

NET_SDK_IVE_DETECT_TARGET_CFG

结构体定义

1
2
3
4
5
6
struct NET_SDK_IVE_DETECT_TARGET_CFG
{
    BOOL enable;                        
    int sensitivity;                    
    int stayAlarmThreshold;             
};
1
2
3
4
5
6
7
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_DETECT_TARGET_CFG
{
    bool enable;
    Int32 sensitivity;
    Int32 stayAlarmThreshold;
}

功能描述

智能事件检测目标配置

成员说明

成员 类型 备注
enable BOOL 是否启用。
sensitivity int 灵敏度,0-100,-1表示无此参数。
stayAlarmThreshold int 触发报警时间阈值,单位s,0 ~ 10000,-1表示无此参数。
错误码