做onvif时遇到设置osd的问题


<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>000tt:VideoSourceConfigurationToken>
        <tt:Type>Texttt:Type>
        <tt:Position>
          <tt:Type>Customtt:Type>
          <tt:Pos y="0" x="40">tt:Pos>
        tt:Position>
        <tt:TextString>
          <tt:Type>Plaintt:Type>  
            <tt:FontSize>64tt:FontSize>         
          <tt:PlainText>1234tt:PlainText>    

        tt:TextString>
      trt:OSD>
    trt:CreateOSD>
  soap:Body>
soap:Envelope>



<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>000tt:VideoSourceConfigurationToken>
        <tt:Type>Texttt:Type>
        <tt:Position>
          <tt:Type>LowerRighttt:Type>
          <tt:Pos y="0" x="40">
          tt:Pos>
        tt:Position>
        <tt:TextString>
          <tt:Type>Plaintt:Type>                                
          <tt:PlainText>1234tt:PlainText>    
          <tt:FontSize>64tt:FontSize>
        tt:TextString>
      trt:OSD>
    trt:SetOSD>
  soap:Body>
soap:Envelope>




<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_0trt:OSDToken>
    trt:GetOSD>
  soap:Body>
soap:Envelope>



<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_0trt: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 

你可能感兴趣的:(c,技术)