2026-06-26 17:55:15 +08:00
|
|
|
|
<?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"
|
2026-07-03 14:19:06 +08:00
|
|
|
|
expectedBoltCount="8" />
|
2026-06-26 17:55:15 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- 显示选项 -->
|
|
|
|
|
|
<Display drawBoxes="true"
|
|
|
|
|
|
drawScores="true"
|
|
|
|
|
|
drawClassId="true"
|
2026-06-30 11:12:25 +08:00
|
|
|
|
boxThickness="2"
|
2026-06-26 17:55:15 +08:00
|
|
|
|
maxResultListItems="200" />
|
|
|
|
|
|
|
|
|
|
|
|
</DroneScrewCtrlConfig>
|