public class Config extends AbstractModel
Constructor and Description |
---|
Config() |
Config(Config source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCameraProducer()
Get 摄像头厂商:
H: 海康
D: 大华
Y: 英飞拓
L: 联纵
|
Long |
getDecodeFps()
Get 解码帧率
|
Long |
getFaceExpose()
Get 是否打开人脸曝光:
0: 关闭
1: 开启
|
Long |
getFps()
Get 摄像头帧率
|
Point[] |
getMallArea()
Get 门线标注
|
Long |
getPassengerFlow()
Get 是否做客流计算:
0: 否
1: 是
|
String |
getRTSP()
Get rtsp 地址
|
Point[] |
getShopArea()
Get 店门标注
|
Polygon[] |
getTrackAreas()
Get 检测区标注
|
ZoneArea[] |
getZones()
Get 点位列表(品类区)
|
void |
setCameraProducer(String CameraProducer)
Set 摄像头厂商:
H: 海康
D: 大华
Y: 英飞拓
L: 联纵
|
void |
setDecodeFps(Long DecodeFps)
Set 解码帧率
|
void |
setFaceExpose(Long FaceExpose)
Set 是否打开人脸曝光:
0: 关闭
1: 开启
|
void |
setFps(Long Fps)
Set 摄像头帧率
|
void |
setMallArea(Point[] MallArea)
Set 门线标注
|
void |
setPassengerFlow(Long PassengerFlow)
Set 是否做客流计算:
0: 否
1: 是
|
void |
setRTSP(String RTSP)
Set rtsp 地址
|
void |
setShopArea(Point[] ShopArea)
Set 店门标注
|
void |
setTrackAreas(Polygon[] TrackAreas)
Set 检测区标注
|
void |
setZones(ZoneArea[] Zones)
Set 点位列表(品类区)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Config()
public Config(Config source)
public String getCameraProducer()
public void setCameraProducer(String CameraProducer)
CameraProducer
- 摄像头厂商:
H: 海康
D: 大华
Y: 英飞拓
L: 联纵public String getRTSP()
public void setRTSP(String RTSP)
RTSP
- rtsp 地址public Long getFps()
public void setFps(Long Fps)
Fps
- 摄像头帧率public Long getDecodeFps()
public void setDecodeFps(Long DecodeFps)
DecodeFps
- 解码帧率public Long getPassengerFlow()
public void setPassengerFlow(Long PassengerFlow)
PassengerFlow
- 是否做客流计算:
0: 否
1: 是public Long getFaceExpose()
public void setFaceExpose(Long FaceExpose)
FaceExpose
- 是否打开人脸曝光:
0: 关闭
1: 开启public Point[] getMallArea()
public void setMallArea(Point[] MallArea)
MallArea
- 门线标注public Point[] getShopArea()
public void setShopArea(Point[] ShopArea)
ShopArea
- 店门标注public Polygon[] getTrackAreas()
public void setTrackAreas(Polygon[] TrackAreas)
TrackAreas
- 检测区标注public ZoneArea[] getZones()
public void setZones(ZoneArea[] Zones)
Zones
- 点位列表(品类区)Copyright © 2021. All rights reserved.