<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">
<soap:Body>
<trt:CreateOSD>
<trt:OSD token="bsj_osd">
<tt:VideoSourceConfigurationToken>000</tt:VideoSourceConfigurationToken>
<tt:Type>Text</tt:Type>
<tt:Position>
<tt:Type>Custom</tt:Type>
<tt:Pos y="0" x="40"></tt:Pos>
</tt:Position>
<tt:TextString>
<tt:Type>Plain</tt:Type>
<tt:FontSize>64</tt:FontSize>
<tt:PlainText>1234</tt:PlainText>
</tt:TextString>
</trt:OSD>
</trt:CreateOSD>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">
<soap:Body>
<trt:SetOSD>
<trt:OSD token="osd_0">
<tt:VideoSourceConfigurationToken>000</tt:VideoSourceConfigurationToken>
<tt:Type>Text</tt:Type>
<tt:Position>
<tt:Type>LowerRight</tt:Type>
<tt:Pos y="0" x="40">
</tt:Pos>
</tt:Position>
<tt:TextString>
<tt:Type>Plain</tt:Type>
<tt:PlainText>1234</tt:PlainText>
<tt:FontSize>64</tt:FontSize>
</tt:TextString>
</trt:OSD>
</trt:SetOSD>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">
<soap:Body>
<trt:GetOSD>
<trt:OSDToken>osd_0</trt:OSDToken>
</trt:GetOSD>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema">
<soap:Body>
<trt:GetOSD>
<trt:OSDToken>osd_0</trt:OSDToken>
</trt:GetOSD>
</soap:Body>
</soap:Envelope>
留着以后参考
http://www.360doc.com/content/14/0630/10/9075092_390912055.shtml
http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl
http://www.onvif.org/onvif/ver10/event/wsdl/event.wsdl
http://www.onvif.org/onvif/ver10/media/wsdl/media.wsdl
http://www.onvif.org/onvif/ver10/recording.wsdl
http://www.onvif.org/onvif/ver10/display.wsdl
http://www.onvif.org/onvi f/ver10/receiver.wsdl
http://www.onvif.org/onvif/ver10/deviceio.wsdl
http://www.onvif.org/onvif/ver20/ptz/wsdl/ptz.wsdl
http://www.onvif.org/onvif/ver10/search.wsdl
http://www.onvif.org/onvif/ver10/schema/onvif.xsd
做onvif时遇到设置osd的问题
最新推荐文章于 2024-03-15 11:17:54 发布