32 lines
931 B
XML
Raw Normal View History

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"
2026-07-11 15:28:36 +08:00
zmqControl="15555"
zmqResult="15556"
zmqRawImage="15557"
2026-06-26 17:55:15 +08:00
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"
boxThickness="2"
2026-06-26 17:55:15 +08:00
maxResultListItems="200" />
</DroneScrewCtrlConfig>