NET_DVR_ATTENDED_BAGGAGE_REGION
物品拿取区域配置结构体。
struct{
NET_VCA_POLYGON struRegion;
BYTE bySensitivity;
BYTE byTimeThreshold;
WORD wTimeThreshold;
BYTE byTimeThresholdMode;
BYTE byRes[59];
}NET_DVR_ATTENDED_BAGGAGE_REGION,*LPNET_DVR_ATTENDED_BAGGAGE_REGION;
Members
- struRegion
- 区域范围
- bySensitivity
- 灵敏度参数,取值范围:[1,100]
- byTimeThreshold
- 时间阈值,取值范围:[0,10],单位:s
- wTimeThreshold
- 时间阈值(byTimeThresholdMode为1时有效),取值范围:[5-3600],单位:s
- byTimeThresholdMode
- 使用的时间阈值字段类型(只写字段,用于兼容区域):0- 字段byTimeThreshold生效,1- 字段wTimeThreshold生效
- byRes
- 保留
Remarks
- 设置时区域中参数为0表示清除该区域。球机获取单个区域时会定位到该区域所在的场景位置。
- 物品拿取侦测能力集(AttendedBaggageCap)中<timeThreshold >字段表示时间阈值范围,在范围“min="5" max="3600"”的情况下,赋值wTimeThreshold,其他情况赋值byTimeThreshold。
See Also
NET_DVR_ATTENDED_BAGGAGE_DETECTION
NET_DVR_GetSTDConfig NET_DVR_SetSTDConfig