32 lines
919 B
XML
32 lines
919 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<DroneScrewCtrlConfig>
|
||
|
||
<!-- 板一 (Server) 连接参数 -->
|
||
<!-- zmqRawImage=0 表示不订阅原始图像 PUB -->
|
||
<Server ip="192.168.1.10"
|
||
zmqControl="5555"
|
||
zmqResult="5556"
|
||
zmqRawImage="5557"
|
||
rtspPort="8554"
|
||
rtspPath="/live/dronescrew"
|
||
rtspUser=""
|
||
rtspPass=""
|
||
rtspUseTcp="true" />
|
||
|
||
<!-- 算法参数(界面可调,通过 ZMQ 透传到 Server)-->
|
||
<Algorithm scoreThreshold="0.5"
|
||
nmsThreshold="0.45"
|
||
inputWidth="640"
|
||
inputHeight="640"
|
||
modelType="0"
|
||
modelPath="" />
|
||
|
||
<!-- 显示选项 -->
|
||
<Display drawBoxes="true"
|
||
drawScores="true"
|
||
drawClassId="true"
|
||
boxThickness="2"
|
||
maxResultListItems="200" />
|
||
|
||
</DroneScrewCtrlConfig>
|