houzhongjian
2024-10-30 a28ca3f36d0ace05966a8c0fac1e4b5fe921f882
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.structure;
H 2
3 import com.netsdk.lib.NetSDKLib.SdkStructure;
4
5 public class NET_TRAFFIC_PARKING_RULE_INFO extends SdkStructure{
6     /**
7      * 检测区域
8      */
9     public com.netsdk.lib.structure.POINTCOORDINATE[]       stuDetectRegion=(com.netsdk.lib.structure.POINTCOORDINATE[]) new POINTCOORDINATE().toArray(20);
10     /**
11      * 检测区域顶点数
12      */
13     public int                        nDetectRegionPoint;
14     public int                        nLaneNumber;                            // 车道编号 与场景中的车道号对应
15     public int                        nDelay;                                    // 检测到报警发生到开始上报的时间,单位:秒 范围1~65535
16     public int                        nReportTimes;                            // 上报次数 1~255
17     public int                        nParkingAllowedTime;                    // 允许停车时间 单位:秒,范围1~65535
18     public int                         nSensitivity;                           // 灵敏度,范围[1,10],灵敏度越高越容易检测
19     public int                         nParkingNumThreshold;                   // 停车数阈值,画面中停车数量大于此值时不报警 取值1-128
20     public int                        bZoomEnable;                            // 变倍抓拍,违停球做规则判断时,默认会变倍
21     public int                        bSnapMotorcycle;                        // 是否抓拍摩托车
22     public int                        nDectRegionNumber;                      // 检测区域号 与场景中的检测区域编号对应
23     public int                         nShadeSnap;                             // 遮挡抓拍,默认为0 0:不支持1:支持
24     public int                         nControlMoreAlerts;                     // 是否开启抑制同一个目标重复多报功能,0:不开启该功能,1:开启功能
25     public int                         nReduceUnderreporting;                  // 是否开启减少id跳变导致的漏报功能,0:不开启该功能,1:开启功能 
26     public byte[]                   byReserved=new byte[4096];                       // 保留字节
27 }