设备网络SDK开发使用手册 |
<ThermalPip>
<!--req, 热成像画中画配置能力集--> <enabled> <!--req, xs:boolean, 使能--> </enabled> <pipMode opt="overlap,fusion,normal" def="normal"> <!--req,xs:string, 画中画模式: overlap-叠加模式, fusion-融合模式, normal-普通模式--> </pipMode> <overlapType opt="visibleOverlapThermal,thermalOverlapVisible" def="visibleOverlapThermal"> <!--req,xs:string, 叠加类型:visibleOverlapThermal-可见光叠加热成像图片,thermalOverlapVisible-热成像叠加可见光图片--> </overlapType> <transparency min="0" max="100"> <!--opt, xs: integer, 透明度--> </transparency> <normalizedScreenSize> <!--req, ro, 归一化坐标--> <normalizedScreenWidth> <!--req, ro,xs:integer, 归一化坐标宽度--> </normalizedScreenWidth> <normalizedScreenHeight> <!--req, ro,xs:integer, 归一化坐标高度--> </normalizedScreenHeight> </normalizedScreenSize> <PipRegion> <!--dep, 画中画区域--> <RegionCoordinatesList size ="4"> <!--dep, 画中画区域坐标列表--> <RegionCoordinates> <!--opt, 画中画区域点坐标-->? <positionX> <!--req, xs:integer;coordinate, X坐标--> </positionX> <positionY> <!--req, xs:integer;coordinate, Y坐标--> </positionY> </RegionCoordinates> </RegionCoordinatesList> </PipRegion> </ThermalPip> |