| | |
| | | public final static Integer HK_SnapCount_ResultType_Null = 2; |
| | | //抓拍数据量监测结果 数据突降 |
| | | public final static Integer HK_SnapCount_ResultType_Descent = 3; |
| | | |
| | | //请求参数dataType 数据量少 |
| | | public final static Integer HK_DataType_ResultType_Low = 4; |
| | | public final static Integer HK_SnapCount_ResultType_Low = 4; |
| | | |
| | | //经纬度检测结果 正常 |
| | | public final static Integer HK_Info_LayType_Normal = 1; |
| | |
| | | //公安部前缀 |
| | | public final static String Dept = "Dept_"; |
| | | |
| | | //海康访问OSD路径 |
| | | public final static String HK_OSD_PATH = "/ISAPI/System/Video/inputs/channels/1/overlays"; |
| | | //海康访问OSD路径 通道1 |
| | | public final static String HK_OSD_PATH_1 = "/ISAPI/System/Video/inputs/channels/1/overlays"; |
| | | //海康访问OSD路径 通道2 |
| | | public final static String HK_OSD_PATH_2 = "/ISAPI/System/Video/inputs/channels/2/overlays"; |
| | | //海康访问时间路径 |
| | | public final static String HK_OSD_TIME = "/ISAPI/System/time"; |
| | | |
| | | //国标码通道索引 |
| | | public final static Integer SerialNumber_Channel = 13; |
| | | //国标码设备类型索引 |
| | | public final static Integer SerialNumber_Category = 17; |
| | | //国标全景标识 |
| | | public final static char SerialNumber_All = '0'; |
| | | //国标细节标识 |
| | | public final static char SerialNumber_Detail = '1'; |
| | | |
| | | //标签常量 |
| | | public final static Integer TRUE = 1; |
| | | public final static Integer FALSE = 0; |