ESCAM G02 Onvif PTZ control

Joined
Jul 14, 2019
Messages
1
Reaction score
0
Location
portugal
Hello to all
i have escam G02
it has ONVIF . i can control it with any software, but i cannot control by command line (because i want to have PTZ in homeassistant)

i tried with curl but cannot find the right commands to control it (dont know how )

can someone teach me how to control it?
thanks in advance

when i acess IP:8080 i get this:
```
<?xml version="1.0" encoding="UTF-8" ?>
- <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:e="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="WS-Addressing 1.0 Namespace" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:xs="XML Schema" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tan="http://www.onvif.org/ver20/analytics/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl" xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:hikwsd="http://www.onvifext.com/onvif/ext/ver10/wsdl" xmlns:hikxsd="http://www.onvifext.com/onvif/ext/ver10/schema">
- <s:Body>
- <s:Fault>
- <s:Code>
<s:Value>s:Receiver</s:Value>
- <s:Subcode>
<s:Value>ter:ActionNotSupported</s:Value>
</s:Subcode>
</s:Code>
- <s:Reason>
<s:Text xml:lang="en">Action Not Implemented</s:Text>
</s:Reason>
</s:Fault>
</s:Body>
</s:Envelope>

```
 
Top