forked from roleoroleo/onvif_simple_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetVideoSourceConfigurationOptions.xml
48 lines (48 loc) · 2.59 KB
/
GetVideoSourceConfigurationOptions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:chan="http://schemas.microsoft.com/ws/2005/02/duplex"
xmlns:wsa5="http://www.w3.org/2005/08/addressing"
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
xmlns:wsrfbf="http://docs.oasis-open.org/wsrf/bf-2"
xmlns:xmime="http://tempuri.org/xmime.xsd"
xmlns:xop="http://www.w3.org/2004/08/xop/include"
xmlns:tt="http://www.onvif.org/ver10/schema"
xmlns:wstop="http://docs.oasis-open.org/wsn/t-1"
xmlns:tds="http://www.onvif.org/ver10/device/wsdl"
xmlns:tev="http://www.onvif.org/ver10/events/wsdl"
xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl"
xmlns:trt="http://www.onvif.org/ver10/media/wsdl"
xmlns:tr2="http://www.onvif.org/ver20/media/wsdl"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
xmlns:wsc="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<SOAP-ENV:Body>
<tr2:GetVideoSourceConfigurationOptionsResponse>
<tr2:Options>
<tt:BoundsRange>
<tt:XRange>
<tt:Min>0</tt:Min>
<tt:Max>0</tt:Max>
</tt:XRange>
<tt:YRange>
<tt:Min>0</tt:Min>
<tt:Max>0</tt:Max>
</tt:YRange>
<tt:WidthRange>
<tt:Min>%WIDTH%</tt:Min>
<tt:Max>%WIDTH%</tt:Max>
</tt:WidthRange>
<tt:HeightRange>
<tt:Min>%HEIGHT%</tt:Min>
<tt:Max>%HEIGHT%</tt:Max>
</tt:HeightRange>
</tt:BoundsRange>
<tt:VideoSourceTokensAvailable>VideoSourceToken</tt:VideoSourceTokensAvailable>
</tr2:Options>
</tr2:GetVideoSourceConfigurationOptionsResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>